Uses of Interface
org.eclipse.osgi.service.datalocation.Location

Packages that use Location
org.eclipse.core.runtime.adaptor   
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.osgi.service.datalocation   
 

Uses of Location in org.eclipse.core.runtime.adaptor
 

Methods in org.eclipse.core.runtime.adaptor that return Location
static Location LocationManager.getConfigurationLocation()
          Returns the configuration Location object
static Location LocationManager.getEclipseHomeLocation()
           
static Location LocationManager.getInstallLocation()
          Returns the install Location object
static Location LocationManager.getInstanceLocation()
          Returns the instance Location object
static Location LocationManager.getUserLocation()
          Returns the user Location object
 

Uses of Location in org.eclipse.core.runtime.internal.adaptor
 

Classes in org.eclipse.core.runtime.internal.adaptor that implement Location
 class BasicLocation
          Internal class.
 

Methods in org.eclipse.core.runtime.internal.adaptor that return Location
 Location BasicLocation.createLocation(Location parentLocation, URL defaultLocation, boolean readonly)
           
 Location BasicLocation.getParentLocation()
           
 

Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type Location
 Location BasicLocation.createLocation(Location parentLocation, URL defaultLocation, boolean readonly)
           
 void BasicLocation.setParent(Location value)
           
 

Uses of Location in org.eclipse.osgi.service.datalocation
 

Methods in org.eclipse.osgi.service.datalocation that return Location
 Location Location.createLocation(Location parent, URL defaultValue, boolean readonly)
          Constructs a new location.
 Location Location.getParentLocation()
          Returns the parent of this location or null if none is available.
 

Methods in org.eclipse.osgi.service.datalocation with parameters of type Location
 Location Location.createLocation(Location parent, URL defaultValue, boolean readonly)
          Constructs a new location.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.