com.threerings.jpkg.ant.dpkg.dependencies.conditions
Class LesserThan

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.threerings.antidote.field.BaseComponent
              extended by com.threerings.antidote.field.BaseField
                  extended by com.threerings.antidote.field.text.TextField
                      extended by com.threerings.antidote.field.text.SingleLineTextField
                          extended by com.threerings.antidote.field.text.SimpleTextField
                              extended by com.threerings.jpkg.ant.dpkg.dependencies.conditions.Condition
                                  extended by com.threerings.jpkg.ant.dpkg.dependencies.conditions.LesserThan
All Implemented Interfaces:
Field, ReferenceField, RequiresValidation, Cloneable

public class LesserThan
extends Condition

A Condition describing the DependencyRelationships.STRICTLY_EARLIER condition.


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
LesserThan()
           
 
Method Summary
 String getFieldName()
          Returns the unique name of this Field.
 DependencyRelationships getRelationship()
          Returns the DependencyRelationships enum for this condition.
 
Methods inherited from class com.threerings.jpkg.ant.dpkg.dependencies.conditions.Condition
getVersion
 
Methods inherited from class com.threerings.antidote.field.text.SimpleTextField
validateTextField
 
Methods inherited from class com.threerings.antidote.field.text.SingleLineTextField
getText, validateField
 
Methods inherited from class com.threerings.antidote.field.text.TextField
addText, scrubTextWhitespace, validateTextNotEmpty, validateTextWasSet
 
Methods inherited from class com.threerings.antidote.field.BaseField
execute, init, reconfigure, setRefid
 
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
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.threerings.antidote.field.Field
getLocation
 

Constructor Detail

LesserThan

public LesserThan()
Method Detail

getFieldName

public String getFieldName()
Description copied from interface: Field
Returns the unique name of this Field.


getRelationship

public DependencyRelationships getRelationship()
Description copied from class: Condition
Returns the DependencyRelationships enum for this condition.

Specified by:
getRelationship in class Condition


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