Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

Packages that use Location
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. 
 

Uses of Location in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return Location
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.
 

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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire