org.codehaus.plexus.compiler.util.scan

Interface SourceInclusionScanner

public interface SourceInclusionScanner

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

Author: jdcasey

Method Summary
voidaddSourceMapping(SourceMapping sourceMapping)
SetgetIncludedSources(File sourceDir, File targetDir)

Method Detail

addSourceMapping

public void addSourceMapping(SourceMapping sourceMapping)

getIncludedSources

public Set getIncludedSources(File sourceDir, File targetDir)

Parameters: sourceDir targetDir

Returns: Set of File objects

Throws: InclusionScanException