Uses of Class java.util.prefs.BackingStoreException
Uses in package java.util.prefs
Methods which throw type java.util.prefs.BackingStoreException
String[]
Returns all the direct sub nodes of this preferences node.
String[]
Returns all the direct sub nodes of this preferences node.
String[]
Returns the names of the sub nodes of this preference node.
void
Removes all entries from this preferences node.
void
Removes all entries from this preferences node.
void
Export this node, but not its descendants, as XML to the
indicated output stream.
void
Export this node, but not its descendants, as XML to the
indicated output stream.
void
Export this node and all its descendants as XML to the
indicated output stream.
void
Export this node and all its descendants as XML to the
indicated output stream.
void
Writes all preference changes on this and any subnode that have not
yet been written to the backing store.
void
Writes all preference changes on this and any subnode that have not
yet been written to the backing store.
void
Writes all entries of this preferences node that have not yet been
written to the backing store and possibly creates this node in the
backing store, if it does not yet exist.
AbstractPreferences Returns the child sub node if it exists in the backing store or null
if it does not exist.
String[]
Returns an (possibly empty) array with all the keys of the preference
entries of this node.
String[]
Returns an (possibly empty) array with all the keys of the preference
entries of this node.
String[]
Returns an (possibly empty) array with all the keys of the preference
entries of this node.
boolean
Returns true if the node that the path points to exists in memory or
in the backing store.
boolean
Returns true if the node that the path points to exists in memory or
in the backing store.
void
Removes this and all subnodes from the backing store and clears all
entries.
void
Removes this and all subnodes from the backing store and clears all
entries.
void
Clears this node from this VM and removes it from the backing store.
void
Writes and reads all preference changes to and from this and any
subnodes.
void
Writes and reads all preference changes to and from this and any
subnodes.
void
Writes all entries of this preferences node that have not yet been
written to the backing store and reads any entries that have changed
in the backing store but that are not yet visible in this VM.