org.apache.myfaces.maven.plugin
Class AllSourcesInclusionScanner

java.lang.Object
  extended by org.codehaus.plexus.compiler.util.scan.AbstractSourceInclusionScanner
      extended by org.apache.myfaces.maven.plugin.AllSourcesInclusionScanner
All Implemented Interfaces:
org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner

public class AllSourcesInclusionScanner
extends org.codehaus.plexus.compiler.util.scan.AbstractSourceInclusionScanner


Constructor Summary
AllSourcesInclusionScanner(Set sourceIncludeSet, Set sourceExcludeSet)
           
 
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

AllSourcesInclusionScanner

public AllSourcesInclusionScanner(Set sourceIncludeSet,
                                  Set sourceExcludeSet)
Parameters:
sourceIncludeSet -
sourceExcludeSet -
Method Detail

getIncludedSources

public Set getIncludedSources(File sourceDir,
                              File targetDir)
                       throws org.codehaus.plexus.compiler.util.scan.InclusionScanException
Parameters:
sourceDir -
targetDir -
Returns:
Throws:
org.codehaus.plexus.compiler.util.scan.InclusionScanException


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.