org.codehaus.tycho.osgicompiler
Class CopyMapping.SourceTargetPair

java.lang.Object
  extended by org.codehaus.tycho.osgicompiler.CopyMapping.SourceTargetPair
Enclosing class:
CopyMapping

public static class CopyMapping.SourceTargetPair
extends Object


Field Summary
 String source
           
 File target
           
 
Constructor Summary
CopyMapping.SourceTargetPair(String source, File target)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

public String source

target

public File target
Constructor Detail

CopyMapping.SourceTargetPair

public CopyMapping.SourceTargetPair(String source,
                                    File target)


Copyright © 2008-2011. All Rights Reserved.