Interface SourceMapping
-
- All Known Implementing Classes:
SingleTargetMapping
,SuffixMapping
public interface SourceMapping
- Version:
- $Id: SourceMapping.java 1719477 2015-12-11 17:33:58Z khmarbaise $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.io.File>
getTargetFiles(java.io.File targetDir, java.lang.String source)
-
-
-
Method Detail
-
getTargetFiles
java.util.Set<java.io.File> getTargetFiles(java.io.File targetDir, java.lang.String source) throws InclusionScanException
- Parameters:
targetDir
- target directory.source
- source.- Returns:
- list of target files.
- Throws:
InclusionScanException
- in case of an error.
-
-