org.apache.felix.prefs
Class PreferencesDescription
java.lang.Object
org.apache.felix.prefs.PreferencesDescription
public class PreferencesDescription
- extends 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 Long bundleId
identifier
protected final String identifier
PreferencesDescription
public PreferencesDescription(Long id,
String identifier)
getBundleId
public Long getBundleId()
getIdentifier
public String getIdentifier()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.