Class FlattenFileMapper
java.lang.Object
org.codehaus.plexus.components.io.filemappers.AbstractFileMapper
org.codehaus.plexus.components.io.filemappers.FlattenFileMapper
- All Implemented Interfaces:
FileMapper
Implementation of a flattening file mapper: Removes all directory parts.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMappedFileName(String pName) Checks the input and returns it without modifications.
-
Field Details
-
ROLE_HINT
-
-
Constructor Details
-
FlattenFileMapper
public FlattenFileMapper()
-
-
Method Details
-
getMappedFileName
Description copied from class:AbstractFileMapperChecks the input and returns it without modifications.- Specified by:
getMappedFileNamein interfaceFileMapper- Overrides:
getMappedFileNamein classAbstractFileMapper- Parameters:
pName- The source name.- Returns:
- The target name.
-