Object representing the project scope in the Eclipse preferences hierarchy. Can be used as a context for searching for preference values (in the
org.eclipse.core.runtime.IPreferencesService
APIs) or for determining the correct preference node to set values in the store.
Project preferences are stored on a per project basis in the project's content area as specified by IProject#getLocation
.
The path for preferences defined in the project scope hierarchy is as follows: /project/<projectName>/<qualifier>
This class is not intended to be subclassed. This class may be instantiated.
@see IProject#getLocation()
@since 3.0