org.apache.felix.prefs
Class PreferencesDescription
java.lang.Object
org.apache.felix.prefs.PreferencesDescription
public class PreferencesDescription
- extends java.lang.Object
A preferences description identifies a preferences try.
It is a unique identifier consisting of:
- the bundle id
- the preferences name which is not the node name but either
null for the system preferences or the user name.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bundleId
protected final java.lang.Long bundleId
identifier
protected final java.lang.String identifier
PreferencesDescription
public PreferencesDescription(java.lang.Long id,
java.lang.String identifier)
getBundleId
public java.lang.Long getBundleId()
getIdentifier
public java.lang.String getIdentifier()