- get(String, String) - Method in class org.apache.felix.prefs.PreferencesImpl
-
- getAddedChildren() - Method in class org.apache.felix.prefs.ChangeSet
-
Return a collection with the added children names.
- getBackingStoreManager() - Method in class org.apache.felix.prefs.PreferencesImpl
-
Return the backing store manager.
- getBoolean(String, boolean) - Method in class org.apache.felix.prefs.PreferencesImpl
-
- getBundleId() - Method in class org.apache.felix.prefs.PreferencesDescription
-
- getByteArray(String, byte[]) - Method in class org.apache.felix.prefs.PreferencesImpl
-
- getChangedProperties() - Method in class org.apache.felix.prefs.ChangeSet
-
Return a collection with the changed property names.
- getChangeSet() - Method in class org.apache.felix.prefs.PreferencesImpl
-
Return the change set.
- getChildren() - Method in class org.apache.felix.prefs.PreferencesImpl
-
Return all children or an empty collection.
- getDescription() - Method in class org.apache.felix.prefs.PreferencesImpl
-
Return the preferences description.
- getDouble(String, double) - Method in class org.apache.felix.prefs.PreferencesImpl
-
- getFloat(String, float) - Method in class org.apache.felix.prefs.PreferencesImpl
-
- getIdentifier() - Method in class org.apache.felix.prefs.PreferencesDescription
-
- getInt(String, int) - Method in class org.apache.felix.prefs.PreferencesImpl
-
- getLong(String, long) - Method in class org.apache.felix.prefs.PreferencesImpl
-
- getNode(String, boolean, boolean) - Method in class org.apache.felix.prefs.PreferencesImpl
-
Get a relative node.
- getOrCreateNode(String) - Method in class org.apache.felix.prefs.PreferencesImpl
-
Get or create the node.
- getProperties() - Method in class org.apache.felix.prefs.PreferencesImpl
-
Return the properties set.
- getRemovedChildren() - Method in class org.apache.felix.prefs.ChangeSet
-
Return a collection with the removed children names.
- getRemovedProperties() - Method in class org.apache.felix.prefs.ChangeSet
-
Return a collection with the removed property names.
- getRoot() - Method in class org.apache.felix.prefs.PreferencesImpl
-
Get the root preferences.
- getStore() - Method in interface org.apache.felix.prefs.BackingStoreManager
-
Return the current backing store.