Package com.threerings.antidote

The Antidote library, which aims to make various common Ant task patterns easier.

See:
          Description

Interface Summary
Mutable An Ant data type or task whose data is mutable, e.g.
RequiresValidation An Ant data type or task that requires validation before being used.
 

Class Summary
AntTestHelper A base class for tests working with Ant objects.
EnumHelper A static helper utility for dealing with enums.
MutabilityHelper A static helper utility for dealing with mutable Ant data.
ValidationTestHelper A static helper utility for dealing with RequiresValidation objects in unit tests.
Validator Turns lists of RequiresValidation objects into a single BuildException
Violation Holds validation violation information, suitable for displaying user feedback.
 

Enum Summary
SetStatus Describes the "set" status, e.g.
ValidStatus Describes the valid status of a list of RequiresValidation objects.
 

Exception Summary
RequiresValidationException Signals that an object or method has been accessed before validation has occurred, which would have led to unexpected results.
 

Package com.threerings.antidote Description

The Antidote library, which aims to make various common Ant task patterns easier.



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