Package com.threerings.jpkg.ant.dpkg.dependencies.conditions

Provides the classes for the dpkg Ant task <dependencies> condition fields, which describe when dependencies take effect.

See:
          Description

Class Summary
Condition A Field which holds condition information describing when a BaseDependency takes effect.
EqualOrGreaterThan A Condition describing the DependencyRelationships.LATER_OR_EQUAL condition.
EqualOrLesserThan A Condition describing the DependencyRelationships.EARLIER_OR_EQUAL condition.
EqualTo A Condition describing the DependencyRelationships.EXACTLY_EQUAL condition.
GreaterThan A Condition describing the DependencyRelationships.STRICTLY_LATER condition.
LesserThan A Condition describing the DependencyRelationships.STRICTLY_EARLIER condition.
 

Package com.threerings.jpkg.ant.dpkg.dependencies.conditions Description

Provides the classes for the dpkg Ant task <dependencies> condition fields, which describe when dependencies take effect.



Copyright © 2007-2008 Three Rings Design, Inc. All Rights Reserved. Released under a BSD license.