|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
FileMapper | Interface of a component, which may be used to map file names. |
Class Summary | |
---|---|
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. |
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
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |