| Package | Description |
|---|---|
| org.eclipse.core.runtime.adaptor |
Provides API to start the platform.
|
| org.eclipse.core.runtime.internal.adaptor | |
| org.eclipse.osgi.service.datalocation |
Provides the Location service.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicLocation
Internal class.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
BasicLocation.createLocation(Location parentLocation,
URL defaultLocation,
boolean readonly) |
Location |
BasicLocation.getParentLocation() |
| Modifier and Type | Method and Description |
|---|---|
Location |
BasicLocation.createLocation(Location parentLocation,
URL defaultLocation,
boolean readonly) |
void |
BasicLocation.setParent(Location value) |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.createLocation(Location parent,
URL defaultValue,
boolean readonly)
Constructs a new location.
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.