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