org.codehaus.tycho.osgicompiler
Class CopyMapping
java.lang.Object
org.codehaus.tycho.osgicompiler.CopyMapping
- All Implemented Interfaces:
- org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping
public class CopyMapping
- extends Object
- implements org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping
A source mapping for simply copying files to the target directory.
- Author:
- jan.sievers@sap.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyMapping
public CopyMapping()
getTargetFiles
public Set getTargetFiles(File targetDir,
String source)
throws org.codehaus.plexus.compiler.util.scan.InclusionScanException
- Specified by:
getTargetFiles
in interface org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping
- Throws:
org.codehaus.plexus.compiler.util.scan.InclusionScanException
getSourceTargetPairs
public List<CopyMapping.SourceTargetPair> getSourceTargetPairs()
Copyright © 2008-2011. All Rights Reserved.