|
||||||||||
| 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.IdentityMapper
public class 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)
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 IdentityMapper()
| Method Detail |
|---|
public java.lang.String getMappedFileName(java.lang.String pName)
AbstractFileMapper
getMappedFileName in interface FileMappergetMappedFileName in class AbstractFileMapperpName - The source name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||