|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileMapper
Interface of a component, which may be used to map file names.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ROLE_HINT
The default role-hint: "default". |
static java.lang.String |
ROLE
Role used to register component implementations with the container. |
Method Summary | |
---|---|
java.lang.String |
getMappedFileName(java.lang.String pName)
Maps the given source name to a target name. |
Field Detail |
---|
static final java.lang.String ROLE
static final java.lang.String DEFAULT_ROLE_HINT
Method Detail |
---|
java.lang.String getMappedFileName(java.lang.String pName)
pName
- The source name.
java.lang.IllegalArgumentException
- The source name is null or empty.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |