public interface FileMapper
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ROLE_HINT
The default role-hint: "default".
|
static String |
ROLE
Role used to register component implementations with the container.
|
Modifier and Type | Method and Description |
---|---|
String |
getMappedFileName(String pName)
Maps the given source name to a target name.
|
static final String ROLE
static final String DEFAULT_ROLE_HINT
String getMappedFileName(String pName)
pName
- The source name.IllegalArgumentException
- The source name is null or empty.Copyright © 2001–2018 Codehaus Plexus. All rights reserved.