public abstract class AbstractPreferences
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractPreferences.Initializer |
static class |
AbstractPreferences.Keys |
static class |
AbstractPreferences.Scope |
Constructor and Description |
---|
AbstractPreferences(AbstractPreferences.Scope scope,
java.lang.String qualifier) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
flush() |
org.eclipse.core.runtime.preferences.IEclipsePreferences |
node() |
AbstractPreferences.Scope |
scope() |
void |
synchronize() |
java.lang.String |
toString() |
protected com.google.common.base.MoreObjects.ToStringHelper |
toStringHelper() |
public AbstractPreferences(AbstractPreferences.Scope scope, java.lang.String qualifier)
public final AbstractPreferences.Scope scope()
public final org.eclipse.core.runtime.preferences.IEclipsePreferences node()
public final void synchronize()
public final void clear()
public final void flush()
public java.lang.String toString()
toString
in class java.lang.Object
protected com.google.common.base.MoreObjects.ToStringHelper toStringHelper()