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 Modifier and Type Class Description static class
CopyMapping.SourceTargetPair
-
Constructor Summary
Constructors Constructor Description CopyMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CopyMapping.SourceTargetPair>
getSourceTargetPairs()
Set<File>
getTargetFiles(File targetDir, String source)
-
-
-
Method Detail
-
getTargetFiles
public Set<File> getTargetFiles(File targetDir, String source) throws org.codehaus.plexus.compiler.util.scan.InclusionScanException
- Specified by:
getTargetFiles
in interfaceorg.codehaus.plexus.compiler.util.scan.mapping.SourceMapping
- Throws:
org.codehaus.plexus.compiler.util.scan.InclusionScanException
-
getSourceTargetPairs
public List<CopyMapping.SourceTargetPair> getSourceTargetPairs()
-
-