org.codehaus.tycho.osgicompiler
Class CopyMapping

java.lang.Object
  extended by 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

Nested Class Summary
static class CopyMapping.SourceTargetPair
           
 
Constructor Summary
CopyMapping()
           
 
Method Summary
 List<CopyMapping.SourceTargetPair> getSourceTargetPairs()
           
 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

CopyMapping

public CopyMapping()
Method Detail

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.