org.codehaus.plexus.compiler.util.scan
Class StaleSourceScanner
java.lang.Object
org.codehaus.plexus.compiler.util.scan.AbstractSourceInclusionScanner
org.codehaus.plexus.compiler.util.scan.StaleSourceScanner
- All Implemented Interfaces:
- SourceInclusionScanner
public class StaleSourceScanner
- extends AbstractSourceInclusionScanner
- Version:
- $Id$
- Author:
- jdcasey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaleSourceScanner
public StaleSourceScanner()
StaleSourceScanner
public StaleSourceScanner(long lastUpdatedWithinMsecs)
StaleSourceScanner
public StaleSourceScanner(long lastUpdatedWithinMsecs,
Set sourceIncludes,
Set sourceExcludes)
getIncludedSources
public Set getIncludedSources(File sourceDir,
File targetDir)
throws InclusionScanException
- Returns:
Set
of File
objects
- Throws:
InclusionScanException
Copyright © 2001-2012 Codehaus. All Rights Reserved.