org.apache.felix.prefs
Class PreferencesDescription

java.lang.Object
  extended by 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.


Field Summary
protected  java.lang.Long bundleId
           
protected  java.lang.String identifier
           
 
Constructor Summary
PreferencesDescription(java.lang.Long id, java.lang.String identifier)
           
 
Method Summary
 java.lang.Long getBundleId()
           
 java.lang.String getIdentifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundleId

protected final java.lang.Long bundleId

identifier

protected final java.lang.String identifier
Constructor Detail

PreferencesDescription

public PreferencesDescription(java.lang.Long id,
                              java.lang.String identifier)
Method Detail

getBundleId

public java.lang.Long getBundleId()

getIdentifier

public java.lang.String getIdentifier()