org.apache.maven.shared.io.scan
Interface ResourceInclusionScanner

All Known Implementing Classes:
AbstractResourceInclusionScanner

public interface ResourceInclusionScanner

Version:
$Id: ResourceInclusionScanner.java 357432 2005-12-18 04:53:37Z jdcasey $
Author:
jdcasey

Method Summary
 void addSourceMapping(SourceMapping sourceMapping)
           
 Set getIncludedSources(File sourceDir, File targetDir)
           
 

Method Detail

addSourceMapping

public void addSourceMapping(SourceMapping sourceMapping)

getIncludedSources

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


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