| Interface | Description |
|---|---|
| FileNameMapper |
Interface to be used by SourceFileScanner.
|
| FileScanner |
An interface used to describe the actions required of any type of
directory scanner.
|
| Class | Description |
|---|---|
| CompositeMapper |
A
ContainerMapper that unites the results of its constituent
FileNameMappers into a single set of result filenames. |
| ContainerMapper |
A
FileNameMapper that contains other FileNameMappers. |
| DirectoryScanner |
Class for scanning a directory for files/directories which match certain
criteria.
|
| FileCopyTask |
Copies a file or directory to a new file
or directory.
|
| FileUtils |
This class also encapsulates methods which allow Files to be
referred to using abstract path names which are translated to native
system file paths at runtime as well as copying files or setting
their last modification time.
|
| FlatFileNameMapper |
Implementation of FileNameMapper that always returns the source
file name without any leading directory information.
|
| GlobPatternMapper |
Implementation of FileNameMapper that does simple wildcard pattern
replacements.
|
| IdentityMapper |
Implementation of FileNameMapper that always returns the source file name.
|
| MergingMapper |
Implementation of FileNameMapper that always returns the same
target file name.
|
| PathTokenizer |
A Path tokenizer takes a path and returns the components that make up
that path.
|
| ResourceUtils |
this class provides utility methods to process resources
|
| SourceFileScanner |
Utility class that collects the functionality of the various
scanDir methods that have been scattered in several tasks before.
|
Copyright © 2001–2025. All rights reserved.