org.codehaus.plexus.compiler.util.scan
Class SimpleSourceInclusionScanner

java.lang.Object
  extended by org.codehaus.plexus.compiler.util.scan.AbstractSourceInclusionScanner
      extended by org.codehaus.plexus.compiler.util.scan.SimpleSourceInclusionScanner
All Implemented Interfaces:
SourceInclusionScanner

public class SimpleSourceInclusionScanner
extends AbstractSourceInclusionScanner

Version:
$Id$
Author:
Trygve Laugstøl

Constructor Summary
SimpleSourceInclusionScanner(Set sourceIncludes, Set sourceExcludes)
           
 
Method Summary
 Set getIncludedSources(File sourceDir, File targetDir)
           
 
Methods inherited from class org.codehaus.plexus.compiler.util.scan.AbstractSourceInclusionScanner
addSourceMapping, getSourceMappings, scanForSources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSourceInclusionScanner

public SimpleSourceInclusionScanner(Set sourceIncludes,
                                    Set sourceExcludes)
Method Detail

getIncludedSources

public Set getIncludedSources(File sourceDir,
                              File targetDir)
                       throws InclusionScanException
Returns:
Set of File objects
Throws:
InclusionScanException


Copyright © 2001-2011 Codehaus. All Rights Reserved.