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. |
Location |
Stores the file name and line number in a file. |
Main |
Command line entry point into Ant. |
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. |