Class Summary |
DOMElementWriter |
Writes a DOM tree to a given Writer. |
FileUtils |
This class also encapsulates methods which allow Files to be
refered to using abstract path names which are translated to native
system file paths at runtime as well as copying files or setting
there 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. |
RegexpPatternMapper |
Implementation of FileNameMapper that does regular expression
replacements. |
SourceFileScanner |
Utility class that collects the functionality of the various
scanDir methods that have been scattered in several tasks before. |