Class SimpleSourceInclusionScanner
java.lang.Object
org.codehaus.plexus.compiler.util.scan.AbstractSourceInclusionScanner
org.codehaus.plexus.compiler.util.scan.SimpleSourceInclusionScanner
- All Implemented Interfaces:
SourceInclusionScanner
- Author:
- Trygve Laugstøl
-
Constructor Summary
ConstructorDescriptionSimpleSourceInclusionScanner
(Set<String> sourceIncludes, Set<String> sourceExcludes) -
Method Summary
Methods inherited from class org.codehaus.plexus.compiler.util.scan.AbstractSourceInclusionScanner
addSourceMapping, getSourceMappings, scanForSources
-
Constructor Details
-
SimpleSourceInclusionScanner
-
-
Method Details
-
getIncludedSources
- Parameters:
sourceDir
-targetDir
-- Returns:
Set
ofFile
objects- Throws:
InclusionScanException
-