Interface ResourceInclusionScanner
- All Known Implementing Classes:
AbstractResourceInclusionScanner, SimpleResourceInclusionScanner, StaleResourceScanner
public interface ResourceInclusionScanner
- Version:
- $Id$
- Author:
- jdcasey
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddSourceMapping(SourceMapping sourceMapping) getIncludedSources(File sourceDir, File targetDir)
-
Method Details
-
getIncludedSources
- Parameters:
sourceDir-FiletargetDir-File- Returns:
- The included sources.
- Throws:
InclusionScanException- in case of an error.