Modifier and Type | Field and Description |
---|---|
protected BackingStoreManager |
PreferencesImpl.storeManager
The backing store manager.
|
Modifier and Type | Method and Description |
---|---|
BackingStoreManager |
PreferencesImpl.getBackingStoreManager()
Return the backing store manager.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
PreferencesImpl(PreferencesDescription d,
BackingStoreManager storeManager)
Construct the root node of the tree.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.