|
||||||||||
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 String |
DEFAULT_ROLE_HINT
The default role-hint: "default". |
static String |
ROLE
Role used to register component implementations with the container. |
Method Summary | |
---|---|
String |
getMappedFileName(String pName)
Maps the given source name to a target name. |
Field Detail |
---|
static final String ROLE
static final String DEFAULT_ROLE_HINT
Method Detail |
---|
String getMappedFileName(String pName)
pName
- The source name.
IllegalArgumentException
- The source name is null or empty.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |