org.codehaus.plexus.compiler.util.scan.mapping
Class SingleTargetSourceMapping

java.lang.Object
  extended by org.codehaus.plexus.compiler.util.scan.mapping.SingleTargetSourceMapping
All Implemented Interfaces:
SourceMapping

public class SingleTargetSourceMapping
extends Object
implements SourceMapping

Maps a set of input files to a single output file.

Version:
$Id$
Author:
Trygve Laugstøl

Constructor Summary
SingleTargetSourceMapping(String sourceSuffix, String outputFile)
           
 
Method Summary
 Set getTargetFiles(File targetDir, String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleTargetSourceMapping

public SingleTargetSourceMapping(String sourceSuffix,
                                 String outputFile)
Method Detail

getTargetFiles

public Set getTargetFiles(File targetDir,
                          String source)
                   throws InclusionScanException
Specified by:
getTargetFiles in interface SourceMapping
Throws:
InclusionScanException


Copyright © 2001-2012 Codehaus. All Rights Reserved.