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

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

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


Constructor Summary
TargetDefinitionFile.Repository(de.pdark.decentxml.Element dom)
           
 
Method Summary
 String getId()
           
 URI getLocation()
           
 void setLocation(String location)
          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.Repository

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

getId

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

getLocation

public URI getLocation()
Specified by:
getLocation in interface org.eclipse.tycho.p2.target.facade.TargetDefinition.Repository

setLocation

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



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