| Interface | Description |
|---|---|
| Parameterizable |
Parameterizable objects take genric key value pairs.
|
| ResourceFactory |
this interface should be implemented by classes (Scanners) needing
to deliver information about resources.
|
| Class | Description |
|---|---|
| DataType |
Base class for those classes that can appear inside the build file
as stand alone data types.
|
| DirSet |
Subclass as hint for supporting tasks that the included directories
instead of files should be used.
|
| FileList |
FileList represents an explicitly named list of files.
|
| FileList.FileName |
Inner class corresponding to the <file> nested element.
|
| FileSet |
Class that holds an implicit patternset and supports nested
patternsets and creates a DirectoryScanner using these patterns.
|
| Mapper |
Element to define a FileNameMapper.
|
| Parameter |
A parameter is composed of a name, type and value.
|
| Path |
This object represents a path as used by CLASSPATH or PATH
environment variable.
|
| PatternSet |
Named collection of include/exclude tags.
|
| Resource |
Describes a File or a ZipEntry.
|
| Enum | Description |
|---|---|
| Mapper.MapperType |
Copyright © 2001–2025. All rights reserved.