Interface FileMapper
-
- All Known Implementing Classes:
AbstractFileMapper,DefaultFileMapper,FileExtensionMapper,FlattenFileMapper,IdentityMapper,MergeFileMapper,PrefixFileMapper,RegExpFileMapper,SuffixFileMapper
public interface FileMapperInterface of a component, which may be used to map file names.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMappedFileName(String pName)Maps the given source name to a target name.
-
-
-
Method Detail
-
getMappedFileName
String getMappedFileName(String pName)
Maps the given source name to a target name.- Parameters:
pName- The source name.- Returns:
- The target name.
- Throws:
IllegalArgumentException- The source name is null or empty.
-
-