public interface ResourceInclusionScanner
Modifier and Type | Method and Description |
---|---|
void |
addSourceMapping(SourceMapping sourceMapping) |
Set<File> |
getIncludedSources(File sourceDir,
File targetDir) |
void addSourceMapping(SourceMapping sourceMapping)
sourceMapping
- SourceMapping
Set<File> getIncludedSources(File sourceDir, File targetDir) throws InclusionScanException
sourceDir
- File
targetDir
- File
InclusionScanException
- in case of an error.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.