Uses of Class
org.apache.felix.prefs.PreferencesDescription

Packages that use PreferencesDescription
org.apache.felix.prefs   
org.apache.felix.prefs.impl   
 

Uses of PreferencesDescription in org.apache.felix.prefs
 

Fields in org.apache.felix.prefs declared as PreferencesDescription
protected  PreferencesDescription PreferencesImpl.description
          The description for this preferences.
 

Methods in org.apache.felix.prefs that return PreferencesDescription
 PreferencesDescription PreferencesImpl.getDescription()
          Return the preferences description.
 

Methods in org.apache.felix.prefs with parameters of type PreferencesDescription
 PreferencesImpl BackingStore.load(BackingStoreManager manager, PreferencesDescription desc)
          Load the preferences for the given description.
 

Constructors in org.apache.felix.prefs with parameters of type PreferencesDescription
PreferencesImpl(PreferencesDescription d, BackingStoreManager storeManager)
          Construct the root node of the tree.
 

Uses of PreferencesDescription in org.apache.felix.prefs.impl
 

Methods in org.apache.felix.prefs.impl that return PreferencesDescription
protected  PreferencesDescription DataFileBackingStoreImpl.getDescription(File file)
           
 

Methods in org.apache.felix.prefs.impl with parameters of type PreferencesDescription
protected  File DataFileBackingStoreImpl.getFile(PreferencesDescription desc)
          Get the file fo the preferences tree.
protected abstract  OutputStream StreamBackingStoreImpl.getOutputStream(PreferencesDescription desc)
          Get the output stream to write the preferences.
protected  OutputStream DataFileBackingStoreImpl.getOutputStream(PreferencesDescription desc)
           
 PreferencesImpl DataFileBackingStoreImpl.load(BackingStoreManager manager, PreferencesDescription desc)
           
 



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