com.threerings.jpkg.ant.dpkg.dependencies.conditions
Class Condition
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.threerings.antidote.field.BaseComponent
com.threerings.antidote.field.BaseField
com.threerings.antidote.field.text.TextField
com.threerings.antidote.field.text.SingleLineTextField
com.threerings.antidote.field.text.SimpleTextField
com.threerings.jpkg.ant.dpkg.dependencies.conditions.Condition
- All Implemented Interfaces:
- Field, ReferenceField, RequiresValidation, Cloneable
- Direct Known Subclasses:
- EqualOrGreaterThan, EqualOrLesserThan, EqualTo, GreaterThan, LesserThan
public abstract class Condition
- extends SimpleTextField
A Field
which holds condition information describing when a BaseDependency
takes effect.
- See Also:
AbstractDependency
,
DependencyRelationships
Methods inherited from class com.threerings.antidote.field.BaseComponent |
appendViolation, appendViolationList, getReferencedField, isReference, registerField, reportConflictingProperties, reportUnsetDependentFields, reportUnsetDependentProperties, reportUnsetField, setReference, validate, validateChildFields, validateChildFields, validateOptionalProperties, validateProperties, validateProperties |
Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Condition
public Condition()
getRelationship
public abstract DependencyRelationships getRelationship()
- Returns the
DependencyRelationships
enum for this condition.
getVersion
public String getVersion()
- Return the package version the condition applies to as a string.
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.