org.apache.maven.shared.io.scan.mapping
Class SingleTargetMapping

java.lang.Object
  extended by org.apache.maven.shared.io.scan.mapping.SingleTargetMapping
All Implemented Interfaces:
SourceMapping

public class SingleTargetMapping
extends Object
implements SourceMapping

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

Version:
$Id: SingleTargetMapping.java 595935 2007-11-17 11:39:34Z vsiveton $
Author:
Trygve Laugstøl

Constructor Summary
SingleTargetMapping(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

SingleTargetMapping

public SingleTargetMapping(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 © 2002-2007 The Apache Software Foundation. All Rights Reserved.