Package org.codehaus.plexus.components.io.filemappers

File Mappers File mappers can be used, for example, when files are being copied, moved, archived, or unarchived.

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.
 

Package org.codehaus.plexus.components.io.filemappers Description

File Mappers

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:



Copyright © 2001-2007 Codehaus. All Rights Reserved.