|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.components.io.filemappers.AbstractFileMapper
org.codehaus.plexus.components.io.filemappers.FlattenFileMapper
public class FlattenFileMapper
Implementation of a flattening file mapper: Removes all directory parts.
Field Summary | |
---|---|
static java.lang.String |
ROLE_HINT
The flatten file mappers role-hint: "flatten". |
Fields inherited from interface org.codehaus.plexus.components.io.filemappers.FileMapper |
---|
DEFAULT_ROLE_HINT, ROLE |
Constructor Summary | |
---|---|
FlattenFileMapper()
|
Method Summary | |
---|---|
java.lang.String |
getMappedFileName(java.lang.String pName)
Checks the input and returns it without modifications. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ROLE_HINT
Constructor Detail |
---|
public FlattenFileMapper()
Method Detail |
---|
public java.lang.String getMappedFileName(java.lang.String pName)
AbstractFileMapper
getMappedFileName
in interface FileMapper
getMappedFileName
in class AbstractFileMapper
pName
- The source name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |