Modifier and Type | Field and Description |
---|---|
protected PreferencesImpl |
PreferencesImpl.parent
The parent.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,PreferencesImpl> |
PreferencesImpl.children
The child nodes.
|
Modifier and Type | Method and Description |
---|---|
protected PreferencesImpl |
PreferencesImpl.getNode(String path,
boolean saveNewlyCreatedNode,
boolean create)
Get a relative node.
|
PreferencesImpl |
PreferencesImpl.getOrCreateNode(String pathName)
Get or create the node.
|
PreferencesImpl |
PreferencesImpl.getRoot()
Get the root preferences.
|
PreferencesImpl |
BackingStore.load(BackingStoreManager manager,
PreferencesDescription desc)
Load the preferences for the given description.
|
PreferencesImpl[] |
BackingStore.loadAll(BackingStoreManager manager,
Long bundleId)
Load all preferences for this bundle.
|
Modifier and Type | Method and Description |
---|---|
Collection<PreferencesImpl> |
PreferencesImpl.getChildren()
Return all children or an empty collection.
|
Modifier and Type | Method and Description |
---|---|
void |
PreferencesImpl.applyChanges(PreferencesImpl prefs)
Apply the changes done to the passed preferences object.
|
protected void |
PreferencesImpl.removeChild(PreferencesImpl child) |
void |
BackingStore.store(PreferencesImpl prefs)
Store the current preferences and its children in the backing
store.
|
void |
PreferencesImpl.update(PreferencesImpl impl)
Update from the preferences impl.
|
void |
BackingStore.update(PreferencesImpl prefs)
Update the current preferences and its children from the
backing store.
|
Constructor and Description |
---|
PreferencesImpl(PreferencesImpl p,
String name)
Construct a child node.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.