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

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

public final class SuffixMapping
extends Object
implements SourceMapping

Version:
$Id: SuffixMapping.java 595935 2007-11-17 11:39:34Z vsiveton $
Author:
jdcasey

Constructor Summary
SuffixMapping(String sourceSuffix, Set targetSuffixes)
           
SuffixMapping(String sourceSuffix, String targetSuffix)
           
 
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

SuffixMapping

public SuffixMapping(String sourceSuffix,
                     String targetSuffix)

SuffixMapping

public SuffixMapping(String sourceSuffix,
                     Set targetSuffixes)
Method Detail

getTargetFiles

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


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.