Class Summary |
Commandline |
Commandline objects help handling command lines specifying processes to
execute.
|
CommandlineJava |
A representation of a Java command line that is nothing more
than a composite of 2 Commandline. 1 for the vm/options and
1 for the classname/arguments. |
CommandlineJava.SysProperties |
Specialized Environment class for System properties |
DataType |
Base class for those classes that can appear inside the build file
as stand alone data types.
|
Description |
Description is used to provide a project-wide description element
(that is, a description that applies to a buildfile as a whole).
|
EnumeratedAttribute |
Helper class for attributes that can only take one of a fixed list
of values.
|
Environment |
Wrapper for environment variables. |
Environment.Variable |
|
FileList |
FileList represents an explicitly named list of files. |
FileSet |
Moved out of MatchingTask to make it a standalone object that could
be referenced (by scripts for example). |
FilterSet |
A set of filters to be applied to something.
|
FilterSet.Filter |
Individual filter component of filterset |
FilterSetCollection |
A FilterSetCollection is a collection of filtersets each of which may have
a different start/end token settings. |
Mapper |
Element to define a FileNameMapper. |
Mapper.MapperType |
Class as Argument to FileNameMapper.setType. |
Path |
This object represents a path as used by CLASSPATH or PATH
environment variable.
|
PatternSet |
Named collection of include/exclude tags.
|
Reference |
Class to hold a reference to another object in the project. |
ZipFileSet |
A ZipFileSet is a FileSet with extra attributes useful in the context of
Zip/Jar tasks.
|
ZipScanner |
ZipScanner accesses the pattern matching algorithm in DirectoryScanner,
which are protected methods that can only be accessed by subclassing.
|