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

java.lang.Object
  extended byorg.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 357432 2005-12-18 04:53:37Z jdcasey $
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-2006 Apache Software Foundation. All Rights Reserved.