|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
java.net.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,
java.net.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,
java.net.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,
java.net.URL defaultValue,
boolean readonly)
Constructs a new location. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||