org.codehaus.plexus.compiler.util.scan
Interface SourceInclusionScanner

All Known Implementing Classes:
AbstractSourceInclusionScanner, SimpleSourceInclusionScanner, StaleSourceScanner

public interface SourceInclusionScanner

Version:
$Id: SourceInclusionScanner.java 3089 2006-03-23 05:55:25Z carlos $
Author:
jdcasey

Method Summary
 void addSourceMapping(SourceMapping sourceMapping)
           
 java.util.Set getIncludedSources(java.io.File sourceDir, java.io.File targetDir)
           
 

Method Detail

addSourceMapping

void addSourceMapping(SourceMapping sourceMapping)

getIncludedSources

java.util.Set getIncludedSources(java.io.File sourceDir,
                                 java.io.File targetDir)
                                 throws InclusionScanException
Parameters:
sourceDir -
targetDir -
Returns:
Set of File objects
Throws:
InclusionScanException