org.eclipse.tycho.p2.resolver
Class TargetDefinitionFile.Unit

java.lang.Object
  extended by org.eclipse.tycho.p2.resolver.TargetDefinitionFile.Unit
All Implemented Interfaces:
org.eclipse.tycho.p2.target.facade.TargetDefinition.Unit
Enclosing class:
TargetDefinitionFile

public static class TargetDefinitionFile.Unit
extends Object
implements org.eclipse.tycho.p2.target.facade.TargetDefinition.Unit


Constructor Summary
TargetDefinitionFile.Unit(de.pdark.decentxml.Element dom)
           
 
Method Summary
 String getId()
           
 String getVersion()
           
 void setVersion(String version)
          Deprecated. Not for productive use. Breaks the TargetDefinitionFile.equals(Object) and TargetDefinitionFile.hashCode() implementations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetDefinitionFile.Unit

public TargetDefinitionFile.Unit(de.pdark.decentxml.Element dom)
Method Detail

getId

public String getId()
Specified by:
getId in interface org.eclipse.tycho.p2.target.facade.TargetDefinition.Unit

getVersion

public String getVersion()
Specified by:
getVersion in interface org.eclipse.tycho.p2.target.facade.TargetDefinition.Unit

setVersion

@Deprecated
public void setVersion(String version)
Deprecated. Not for productive use. Breaks the TargetDefinitionFile.equals(Object) and TargetDefinitionFile.hashCode() implementations.



Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.