|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.tycho.osgicompiler.CopyMapping
public class CopyMapping
A source mapping for simply copying files to the target directory.
Nested Class Summary | |
---|---|
static class |
CopyMapping.SourceTargetPair
|
Constructor Summary | |
---|---|
CopyMapping()
|
Method Summary | |
---|---|
java.util.List<CopyMapping.SourceTargetPair> |
getSourceTargetPairs()
|
java.util.Set |
getTargetFiles(java.io.File targetDir,
java.lang.String source)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CopyMapping()
Method Detail |
---|
public java.util.Set getTargetFiles(java.io.File targetDir, java.lang.String source) throws org.codehaus.plexus.compiler.util.scan.InclusionScanException
getTargetFiles
in interface org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping
org.codehaus.plexus.compiler.util.scan.InclusionScanException
public java.util.List<CopyMapping.SourceTargetPair> getSourceTargetPairs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |