org.apache.felix.prefs
Class PreferencesDescription

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


Field Summary
protected  Long bundleId
           
protected  String identifier
           
 
Constructor Summary
PreferencesDescription(Long id, String identifier)
           
 
Method Summary
 Long getBundleId()
           
 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 Long bundleId

identifier

protected final String identifier
Constructor Detail

PreferencesDescription

public PreferencesDescription(Long id,
                              String identifier)
Method Detail

getBundleId

public Long getBundleId()

getIdentifier

public String getIdentifier()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.