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 void
addSourceMapping(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:
Set
ofFile
objects- Throws:
InclusionScanException
-
-