Package com.threerings.antidote.property

Provides the classes for working with Ant field properties.

See:
          Description

Interface Summary
Property<T> A generic Field property, e.g.
 

Class Summary
BaseProperty<T> A base implementation for Property objects to extend from.
BooleanProperty A BaseProperty that holds a Boolean object.
EmptyListPropertyViolation A Violation describing when the distributions property on a source is blank.
EnumProperty<T extends Enum<T>> A BaseProperty that holds an Enum object.
FileProperty A BaseProperty that holds an File object.
IntegerProperty A BaseProperty that holds an Integer object.
InvalidBooleanViolation A Violation describing a Field which has a Property or child field which did not get expected booleans data.
InvalidEnumViolation A Violation reporting that a user supplied property does not correspond to an expected enum field.
InvalidFileViolation A Violation reporting that a location listed in a property that should be an existing file does not exist.
InvalidIntegerViolation A Violation describing a Field which has a Property or child field which did not get expected integer data.
InvalidURLViolation A Violation reporting that a user supplied property is not a valid URL.
ListProperty A BaseProperty that holds a list of String objects.
NonEmptyListProperty  
StringProperty A BaseProperty that holds String objects.
UnsetPropertyViolation A Violation describing a field which has a property which was not set.
URLProperty A BaseProperty that holds a URL object.
 

Package com.threerings.antidote.property Description

Provides the classes for working with Ant field properties. e.g. <field property="value"/>



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