Interface SourceInclusionScanner
-
- All Known Implementing Classes:
AbstractSourceInclusionScanner,SimpleSourceInclusionScanner,StaleSourceScanner
public interface SourceInclusionScanner- Author:
- jdcasey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddSourceMapping(SourceMapping sourceMapping)Set<File>getIncludedSources(File sourceDir, File targetDir)
-
-
-
Method Detail
-
addSourceMapping
void addSourceMapping(SourceMapping sourceMapping)
-
getIncludedSources
Set<File> getIncludedSources(File sourceDir, File targetDir) throws InclusionScanException
- Parameters:
sourceDir-targetDir-- Returns:
SetofFileobjects- Throws:
InclusionScanException
-
-