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

All Known Implementing Classes:
AbstractSourceInclusionScanner, SimpleSourceInclusionScanner, StaleSourceScanner

public interface SourceInclusionScanner

Version:
$Id: SourceInclusionScanner.java 2399 2005-08-11 14:48:32Z trygvis $
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
Throws:
InclusionScanException


Copyright 2001-2001-2005 Codehaus. All Rights Reserved.