Package | Description |
---|---|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
org.eclipse.osgi.service.datalocation |
Provides the Location service.
|
Modifier and Type | Method and Description |
---|---|
static Location |
Platform.getConfigurationLocation()
Returns the location of the configuration information
used to run this instance of Eclipse.
|
static Location |
Platform.getInstallLocation()
Returns the location of the base installation for the running platform
null is returned if the platform is running without a configuration location. |
static Location |
Platform.getInstanceLocation()
Returns the location of the platform's working directory (also known as the instance data area).
|
static Location |
Platform.getUserLocation()
Returns the location of the platform's user data area.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.getParentLocation()
Returns the parent of this location or
null if none is available. |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.