Package antsnest.antinfo

Interface Summary
AntInfo The object responsible for providing information about Ant
AntInfoFactory Responsible for generating information about Ant
AttributeDefinition What information is needed about an attribute
Definition How both tasks and types should be defined
TaskDefinition How a task should be defined
TypeDefinition How a type should be defined
 

Class Summary
DefaultAntInfo Implementation of AntInfo
DefaultAntInfoFactory Implementation of AntInfoFactory
DefaultAttributeDefinition Implementation of AttributeDefinition
DefaultTaskDefinition Implementation of TaskDefinition
DefaultTypeDefinition Implementation of TypeDefinition
DefinitionBasics Ways in which a task/type definition are similar
TaskClassScanner Scans a potential Ant task class
 

Exception Summary
AntInfoException Exception class for things that go wrong creating Ant information
InvalidAntTaskException Indicates a class is not a valid Ant task