See: Description
Interface | Description |
---|---|
FileMapper |
Interface of a component, which may be used to map file names.
|
Class | Description |
---|---|
AbstractFileMapper |
Abstract base class for deriving file mappers.
|
FileExtensionMapper |
An implementation of
FileMapper , which changes the files extension. |
FlattenFileMapper |
Implementation of a flattening file mapper: Removes all directory parts.
|
IdentityMapper |
Default implementation of
FileMapper , which performs the identity mapping: All names are left unchanged. |
MergeFileMapper |
A file mapper, which maps to a constant target name.
|
PrefixFileMapper |
A file mapper, which maps by adding a prefix.
|
RegExpFileMapper |
Implementation of a file mapper, which uses regular expressions.
|
File mappers can be used, for example, when files are being copied, moved, archived, or unarchived. The purpose of a file mapper is to select the target files name and destination.
Examples:
.pdf
,
rather than .xml
.Copyright © 2001-2013 Codehaus. All Rights Reserved.