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

File Mappers

See:
          Description

Interface Summary
FileMapper Interface of a component, which may be used to map file names.
 

Class Summary
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.
 

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-2011 Codehaus. All Rights Reserved.