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

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

Uses of PreferencesImpl in org.apache.felix.prefs
 

Fields in org.apache.felix.prefs declared as PreferencesImpl
protected  PreferencesImpl PreferencesImpl.parent
          The parent.
 

Methods in org.apache.felix.prefs that return PreferencesImpl
protected  PreferencesImpl PreferencesImpl.getNode(String path, boolean saveNewlyCreatedNode, boolean create)
          Get a relative node.
 PreferencesImpl PreferencesImpl.getOrCreateNode(String pathName)
          Get or create the node.
 PreferencesImpl PreferencesImpl.getRoot()
          Get the root preferences.
 PreferencesImpl BackingStore.load(BackingStoreManager manager, PreferencesDescription desc)
          Load the preferences for the given description.
 PreferencesImpl[] BackingStore.loadAll(BackingStoreManager manager, Long bundleId)
          Load all preferences for this bundle.
 

Methods in org.apache.felix.prefs with parameters of type PreferencesImpl
 void PreferencesImpl.applyChanges(PreferencesImpl prefs)
          Apply the changes done to the passed preferences object.
protected  void PreferencesImpl.removeChild(PreferencesImpl child)
           
 void BackingStore.store(PreferencesImpl prefs)
          Store the current preferences and its children in the backing store.
 void BackingStore.update(PreferencesImpl prefs)
          Update the current preferences and its children from the backing store.
 void PreferencesImpl.update(PreferencesImpl impl)
          Update from the preferences impl.
 

Constructors in org.apache.felix.prefs with parameters of type PreferencesImpl
PreferencesImpl(PreferencesImpl p, String name)
          Construct a child node.
 

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

Fields in org.apache.felix.prefs.impl declared as PreferencesImpl
protected  PreferencesImpl PreferencesServiceImpl.systemTree
          This is the system preferences tree.
 

Methods in org.apache.felix.prefs.impl that return PreferencesImpl
 PreferencesImpl DataFileBackingStoreImpl.load(BackingStoreManager manager, PreferencesDescription desc)
           
 PreferencesImpl[] DataFileBackingStoreImpl.loadAll(BackingStoreManager manager, Long bundleId)
           
 

Methods in org.apache.felix.prefs.impl with parameters of type PreferencesImpl
protected  boolean StreamBackingStoreImpl.hasChanges(PreferencesImpl prefs)
          Has the tree changes?
protected  void StreamBackingStoreImpl.read(PreferencesImpl prefs, InputStream is)
          Read the preferences recursively from the input stream.
protected  void StreamBackingStoreImpl.readPreferences(PreferencesImpl prefs, InputStream in)
          Load this preferences from an input stream.
 void StreamBackingStoreImpl.store(PreferencesImpl prefs)
           
 void StreamBackingStoreImpl.update(PreferencesImpl prefs)
           
protected  void StreamBackingStoreImpl.write(PreferencesImpl prefs, OutputStream os)
          Write the preferences recursively to the output stream.
protected  void StreamBackingStoreImpl.writePreferences(PreferencesImpl prefs, OutputStream out)
          Save this preferences to an output stream.
 



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