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 661727 2008-05-30 14:21:49Z bentmann $
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-2011 Apache Software Foundation. All Rights Reserved.