org.apache.tools.ant.types |
|
Java Source File Name | Type | Comment |
AbstractFileSet.java | Class | Class that holds an implicit patternset and supports nested
patternsets and creates a DirectoryScanner using these patterns. |
AbstractFileSetTest.java | Class | Base class for FileSetTest and DirSetTest. |
AddTypeTest.java | Class | |
AntFilterReader.java | Class | An AntFilterReader is a wrapper class that encloses the classname
and configuration of a Configurable FilterReader. |
ArchiveFileSet.java | Class | A ArchiveFileSet is a FileSet with extra attributes useful in the
context of archiving tasks.
It includes a prefix attribute which is prepended to each entry in
the output archive file as well as a fullpath ttribute. |
ArchiveScanner.java | Class | ArchiveScanner accesses the pattern matching algorithm in DirectoryScanner,
which are protected methods that can only be accessed by subclassing. |
Assertions.java | Class | The assertion datatype. |
AssertionsTest.java | Class | |
Commandline.java | Class | Commandline objects help handling command lines specifying processes to
execute. |
CommandlineJava.java | Class | A representation of a Java command line that is
a composite of 2 Commandlines. |
CommandlineJavaTest.java | Class | |
CommandlineTest.java | Class | |
Comparison.java | Class | EnumeratedAttribute for generic comparisons. |
DataType.java | Class | Base class for those classes that can appear inside the build file
as stand alone data types.
This class handles the common description attribute and provides
a default implementation for reference handling and checking for
circular references that is appropriate for types that can not be
nested inside elements of the same type (i.e. |
Description.java | Class | Description is used to provide a project-wide description element
(that is, a description that applies to a buildfile as a whole).
If present, the <description> element is printed out before the
target descriptions.
Description has no attributes, only text. |
DescriptionTest.java | Class | |
DirSet.java | Class | Subclass as hint for supporting tasks that the included directories
instead of files should be used. |
DirSetTest.java | Class | JUnit 3 testcases for org.apache.tools.ant.types.DirSet. |
DTDLocation.java | Class | Helper class to handle the DTD nested element. |
EnumeratedAttribute.java | Class | Helper class for attributes that can only take one of a fixed list
of values. |
EnumeratedAttributeTest.java | Class | JUnit 3 testcases for org.apache.tools.ant.EnumeratedAttribute. |
Environment.java | Class | Wrapper for environment variables. |
FileList.java | Class | FileList represents an explicitly named list of files. |
FileListTest.java | Class | Some tests for filelist. |
FileSet.java | Class | Moved out of MatchingTask to make it a standalone object that could
be referenced (by scripts for example). |
FileSetTest.java | Class | JUnit 3 testcases for org.apache.tools.ant.types.FileSet. |
FilterChain.java | Class | FilterChain may contain a chained set of filter readers. |
FilterSet.java | Class | A set of filters to be applied to something. |
FilterSetCollection.java | Class | A FilterSetCollection is a collection of filtersets each of which may have
a different start/end token settings. |
FilterSetTest.java | Class | |
FlexInteger.java | Class | Helper class which can be used for Ant task attribute setter methods to allow
the build file to specify an integer in either decimal, octal, or hexadecimal
format. |
FlexIntegerTest.java | Class | |
LogLevel.java | Class | The enumerated values for Ant's log level. |
Mapper.java | Class | Element to define a FileNameMapper. |
MapperTest.java | Class | JUnit 3 testcases for org.apache.tools.ant.types.Mapper. |
Parameter.java | Class | A parameter is composed of a name, type and value. |
Parameterizable.java | Interface | Parameterizable objects take genric key value pairs. |
Path.java | Class | This object represents a path as used by CLASSPATH or PATH
environment variable. |
PathTest.java | Class | |
PatternSet.java | Class | Named collection of include/exclude tags. |
PatternSetTest.java | Class | JUnit 3 testcases for org.apache.tools.ant.types.PatternSet. |
Permissions.java | Class | This class implements a security manager meant for usage by tasks that run inside the
Ant VM. |
PermissionsTest.java | Class | JUnit 3 testcases for org.apache.tools.ant.types.Permissions. |
PolyTest.java | Class | |
PropertySet.java | Class | A set of properties. |
PropertySetTest.java | Class | |
Quantifier.java | Class | EnumeratedAttribute for quantifier comparisons. |
RedirectorElement.java | Class | Element representation of a Redirector . |
RedirectorElementTest.java | Class | |
Reference.java | Class | Class to hold a reference to another object in the project. |
RegularExpression.java | Class | A regular expression datatype. |
Resource.java | Class | Describes a "File-like" resource (File, ZipEntry, etc.). |
ResourceCollection.java | Interface | Interface describing a collection of Resources. |
ResourceComparatorsTest.java | Class | |
ResourceFactory.java | Interface | this interface should be implemented by classes (Scanners) needing
to deliver information about resources. |
ResourceLocation.java | Class | Helper class to handle the <dtd> and
<entity> nested elements. |
ResourceOutputTest.java | Class | |
Substitution.java | Class | A regular expression substitution datatype. |
TarFileSet.java | Class | A TarFileSet is a FileSet with extra attributes useful in the context of
Tar/Jar tasks.
A TarFileSet extends FileSets with the ability to extract a subset of the
entries of a Tar file for inclusion in another Tar file. |
TarFileSetTest.java | Class | JUnit 3 testcases for org.apache.tools.ant.types.TarFileSet. |
TarScanner.java | Class | Scans tar archives for resources. |
TimeComparison.java | Class | EnumeratedAttribute for time comparisons. |
XMLCatalog.java | Class | This data type provides a catalog of resource locations (such as
DTDs and XML entities), based on the
OASIS "Open Catalog" standard. |
XMLCatalogBuildFileTest.java | Class | |
XMLCatalogTest.java | Class | |
ZipFileSet.java | Class | A ZipFileSet is a FileSet with extra attributes useful in the context of
Zip/Jar tasks.
A ZipFileSet extends FileSets with the ability to extract a subset of the
entries of a Zip file for inclusion in another Zip file. |
ZipFileSetTest.java | Class | JUnit 3 testcases for org.apache.tools.ant.types.ZipFileSet. |
ZipScanner.java | Class | Scans zip archives for resources. |