Package org.eclipse.tycho.compiler
Class CopyMapping
java.lang.Object
org.eclipse.tycho.compiler.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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CopyMapping
public CopyMapping()
-
-
Method Details
-
getTargetFiles
public Set<File> getTargetFiles(File targetDir, String source) throws org.codehaus.plexus.compiler.util.scan.InclusionScanException - Specified by:
getTargetFilesin interfaceorg.codehaus.plexus.compiler.util.scan.mapping.SourceMapping- Throws:
org.codehaus.plexus.compiler.util.scan.InclusionScanException
-
getSourceTargetPairs
-