|
Class Summary |
| DOMElementWriter |
Writes a DOM tree to a given Writer. |
| 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. |