Package | Description |
---|---|
org.codehaus.plexus.components.io.filemappers |
File Mappers
File mappers can be used, for example, when files are being copied, moved, archived, or unarchived.
|
org.codehaus.plexus.components.io.resources |
Resources and Resource Collections
This package implements ideas, which have been shamelessly
copied from Ants resource collection framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileMapper
Abstract base class for deriving file mappers.
|
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.
|
Modifier and Type | Method and Description |
---|---|
FileMapper[] |
AbstractPlexusIoResourceCollection.getFileMappers()
Returns the file name mappers, which are used to transform
the resource names.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlexusIoResourceCollection.setFileMappers(FileMapper[] fileMappers)
Sets the file name mappers, which are used to transform
the resource names.
|
Copyright © 2001-2017 Codehaus. All Rights Reserved.