|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.components.io.filemappers.IdentityMapper
Default implementation of FileMapper
, which performs the identity mapping: All names are left unchanged.
Field Summary | |
static java.lang.String |
ROLE_HINT
The identity mappers role-hint: "identity". |
Fields inherited from interface org.codehaus.plexus.components.io.filemappers.FileMapper |
DEFAULT_ROLE_HINT, ROLE |
Constructor Summary | |
IdentityMapper()
|
Method Summary | |
java.lang.String |
getMappedFileName(java.lang.String pName)
Maps the given source name to a target name. |
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 IdentityMapper()
Method Detail |
public java.lang.String getMappedFileName(java.lang.String pName)
FileMapper
getMappedFileName
in interface FileMapper
pName
- The source name.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |