Package org.eclipse.tycho.core.ee
Class TargetDefinitionFile.Repository
- java.lang.Object
-
- org.eclipse.tycho.core.ee.TargetDefinitionFile.Repository
-
- All Implemented Interfaces:
TargetDefinition.Repository
- Enclosing class:
- TargetDefinitionFile
public static final class TargetDefinitionFile.Repository extends java.lang.Object implements TargetDefinition.Repository
-
-
Field Summary
Fields Modifier and Type Field Description private de.pdark.decentxml.Element
dom
-
Constructor Summary
Constructors Constructor Description Repository(de.pdark.decentxml.Element dom)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getId()
java.net.URI
getLocation()
void
setLocation(java.lang.String location)
Deprecated.Not for productive use.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
- Specified by:
getId
in interfaceTargetDefinition.Repository
-
getLocation
public java.net.URI getLocation()
- Specified by:
getLocation
in interfaceTargetDefinition.Repository
-
setLocation
@Deprecated public void setLocation(java.lang.String location)
Deprecated.Not for productive use. Breaks theTargetDefinitionFile.equals(Object)
andTargetDefinitionFile.hashCode()
implementations.
-
-