Package | Description |
---|---|
org.eclipse.core.runtime.preferences |
Provides core support for Eclipse preferences.
|
Modifier and Type | Method and Description |
---|---|
IExportedPreferences |
IPreferencesService.readPreferences(InputStream input)
Read from the given input stream and create a node hierarchy
representing the preferences and their values.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IPreferencesService.applyPreferences(IExportedPreferences preferences)
Take the given preference tree and apply it to the Eclipse
global preference hierarchy.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.