|
||||||||||
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
public abstract class AbstractFileMapper
Abstract base class for deriving file mappers. It is recommended to use this class, if your implement your own file mappers, as this might allow to extend the FileMapper interface later on without loosing upwards compatibility.
Field Summary |
---|
Fields inherited from interface org.codehaus.plexus.components.io.filemappers.FileMapper |
---|
DEFAULT_ROLE_HINT, ROLE |
Constructor Summary | |
---|---|
AbstractFileMapper()
|
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 |
Constructor Detail |
---|
public AbstractFileMapper()
Method Detail |
---|
public java.lang.String getMappedFileName(java.lang.String pName)
getMappedFileName
in interface FileMapper
pName
- The source name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |