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