public class StaleResourceScanner extends AbstractResourceInclusionScanner
| Constructor and Description |
|---|
StaleResourceScanner()
Create instance with defaults.
|
StaleResourceScanner(long lastUpdatedWithinMsecs) |
StaleResourceScanner(long lastUpdatedWithinMsecs,
Set<String> sourceIncludes,
Set<String> sourceExcludes) |
| Modifier and Type | Method and Description |
|---|---|
Set<File> |
getIncludedSources(File sourceDir,
File targetDir) |
addSourceMapping, getSourceMappings, scanForSourcespublic StaleResourceScanner()
public StaleResourceScanner(long lastUpdatedWithinMsecs)
lastUpdatedWithinMsecs - last update within milli seconds.public Set<File> getIncludedSources(File sourceDir, File targetDir) throws InclusionScanException
sourceDir - FiletargetDir - FileInclusionScanException - in case of an error.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.