Package | Description |
---|---|
org.codehaus.plexus.components.io.filemappers |
File Mappers
|
Modifier and Type | Class and Description |
---|---|
class |
FileExtensionMapper
An implementation of
FileMapper , which changes the files extension. |
class |
FlattenFileMapper
Implementation of a flattening file mapper: Removes all directory parts.
|
class |
IdentityMapper
Default implementation of
FileMapper , which performs the identity mapping: All names are left unchanged. |
class |
MergeFileMapper
A file mapper, which maps to a constant target name.
|
class |
PrefixFileMapper
A file mapper, which maps by adding a prefix.
|
class |
RegExpFileMapper
Implementation of a file mapper, which uses regular expressions.
|
Copyright © 2001-2014 Codehaus. All Rights Reserved.