|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreferencesImpl | |
---|---|
org.apache.felix.prefs | |
org.apache.felix.prefs.impl |
Uses of PreferencesImpl in org.apache.felix.prefs |
---|
Fields in org.apache.felix.prefs declared as PreferencesImpl | |
---|---|
protected PreferencesImpl |
PreferencesImpl.parent
The parent. |
Methods in org.apache.felix.prefs that return PreferencesImpl | |
---|---|
protected PreferencesImpl |
PreferencesImpl.getNode(java.lang.String path,
boolean saveNewlyCreatedNode,
boolean create)
Get a relative node. |
PreferencesImpl |
PreferencesImpl.getOrCreateNode(java.lang.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,
java.lang.Long bundleId)
Load all preferences for this bundle. |
Methods in org.apache.felix.prefs with parameters of type PreferencesImpl | |
---|---|
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. |
Constructors in org.apache.felix.prefs with parameters of type PreferencesImpl | |
---|---|
PreferencesImpl(PreferencesImpl p,
java.lang.String name)
Construct a child node. |
Uses of PreferencesImpl in org.apache.felix.prefs.impl |
---|
Fields in org.apache.felix.prefs.impl declared as PreferencesImpl | |
---|---|
protected PreferencesImpl |
PreferencesServiceImpl.systemTree
This is the system preferences tree. |
Methods in org.apache.felix.prefs.impl that return PreferencesImpl | |
---|---|
PreferencesImpl |
DataFileBackingStoreImpl.load(BackingStoreManager manager,
PreferencesDescription desc)
|
PreferencesImpl[] |
DataFileBackingStoreImpl.loadAll(BackingStoreManager manager,
java.lang.Long bundleId)
|
Methods in org.apache.felix.prefs.impl with parameters of type PreferencesImpl | |
---|---|
protected boolean |
StreamBackingStoreImpl.hasChanges(PreferencesImpl prefs)
Has the tree changes? |
protected void |
StreamBackingStoreImpl.read(PreferencesImpl prefs,
java.io.InputStream is)
Read the preferences recursively from the input stream. |
protected void |
StreamBackingStoreImpl.readPreferences(PreferencesImpl prefs,
java.io.InputStream in)
Load this preferences from an input stream. |
void |
StreamBackingStoreImpl.store(PreferencesImpl prefs)
|
void |
StreamBackingStoreImpl.update(PreferencesImpl prefs)
|
protected void |
StreamBackingStoreImpl.write(PreferencesImpl prefs,
java.io.OutputStream os)
Write the preferences recursively to the output stream. |
protected void |
StreamBackingStoreImpl.writePreferences(PreferencesImpl prefs,
java.io.OutputStream out)
Save this preferences to an output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |