Class Summary |
BuildEvent |
|
DefaultLogger |
Writes build event to a PrintStream. |
DesirableFilter |
Filters filenames to determine whether or not the file is desirable. |
DirectoryScanner |
Class for scanning a directory for files/directories that match a certain
criteria.
|
EnumeratedAttribute |
Helper class for attributes that can only take one of a fixed list
of values.
|
IntrospectionHelper |
Helper class that collects the methods a task or nested element
holds to set attributes, create nested elements or hold PCDATA
elements. |
Location |
Stores the file name and line number in a file. |
Main |
Command line entry point into Ant. |
Path |
This object represents a path as used by CLASSPATH or PATH
environment variable.
|
PathTokenizer |
A Path tokenizer takes a path and returns the components that make up
that path.
|
Project |
Central representation of an Ant project. |
ProjectHelper |
Configures a Project (complete with Targets and Tasks) based on
a XML build file. |
Target |
This class implements a target object with required parameters. |
Task |
Base class for all tasks.
|
TaskAdapter |
Use introspection to "adapt" an arbitrary Bean ( not extending Task, but with similar
patterns). |
XmlLogger |
Generates a "log.xml" file in the current directory with
an XML description of what happened during a build. |