Interface SourceInclusionScanner
- All Known Implementing Classes:
AbstractSourceInclusionScanner,SimpleSourceInclusionScanner,StaleSourceScanner
public interface SourceInclusionScanner
- Author:
- jdcasey
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddSourceMapping(SourceMapping sourceMapping) getIncludedSources(File sourceDir, File targetDir)
-
Method Details
-
addSourceMapping
-
getIncludedSources
- Parameters:
sourceDir-targetDir-- Returns:
SetofFileobjects- Throws:
InclusionScanException
-