org.codehaus.plexus.compiler.util.scan.mapping
Class SingleTargetSourceMapping
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleTargetSourceMapping
public SingleTargetSourceMapping(String sourceSuffix,
String outputFile)
getTargetFiles
public Set getTargetFiles(File targetDir,
String source)
throws InclusionScanException
- Specified by:
getTargetFiles
in interface SourceMapping
- Throws:
InclusionScanException
Copyright © 2001-2011 Codehaus. All Rights Reserved.