Class AbstractSourceInclusionScanner
java.lang.Object
org.codehaus.plexus.compiler.util.scan.AbstractSourceInclusionScanner
- All Implemented Interfaces:
SourceInclusionScanner
- Direct Known Subclasses:
SimpleSourceInclusionScanner
,StaleSourceScanner
public abstract class AbstractSourceInclusionScanner
extends Object
implements SourceInclusionScanner
- Author:
- jdcasey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
addSourceMapping
(SourceMapping sourceMapping) protected final List
<SourceMapping> protected String[]
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner
getIncludedSources
-
Constructor Details
-
AbstractSourceInclusionScanner
public AbstractSourceInclusionScanner()
-
-
Method Details
-
addSourceMapping
- Specified by:
addSourceMapping
in interfaceSourceInclusionScanner
-
getSourceMappings
-
scanForSources
-