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
  • 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:
      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()