Package org.eclipse.tycho.p2.resolver
Class TargetDefinitionFile.Unit
- java.lang.Object
-
- org.eclipse.tycho.p2.resolver.TargetDefinitionFile.Unit
-
- All Implemented Interfaces:
TargetDefinition.Unit
- Enclosing class:
- TargetDefinitionFile
public static class TargetDefinitionFile.Unit extends Object implements TargetDefinition.Unit
-
-
Constructor Summary
Constructors Constructor Description Unit(de.pdark.decentxml.Element dom)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getId()
String
getVersion()
void
setVersion(String version)
Deprecated.Not for productive use.
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in interfaceTargetDefinition.Unit
-
getVersion
public String getVersion()
- Specified by:
getVersion
in interfaceTargetDefinition.Unit
-
setVersion
@Deprecated public void setVersion(String version)
Deprecated.Not for productive use. Breaks theTargetDefinitionFile.equals(Object)
andTargetDefinitionFile.hashCode()
implementations.
-
-