Interface SourceMapping
-
- All Known Implementing Classes:
SingleTargetSourceMapping
,SuffixMapping
public interface SourceMapping
- Author:
- jdcasey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<File>
getTargetFiles(File targetDir, String source)
-
-
-
Method Detail
-
getTargetFiles
Set<File> getTargetFiles(File targetDir, String source) throws InclusionScanException
- Throws:
InclusionScanException
-
-