|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreferencesException | |
org.apache.jetspeed.prefs | Interface for the services backing Jetspeed java.util.prefs.Preferences. |
Uses of PreferencesException in org.apache.jetspeed.prefs |
Subclasses of PreferencesException in org.apache.jetspeed.prefs | |
class |
FailedToCreateNodeException
FailedToCreateNodeException |
class |
NodeAlreadyExistsException
NodeAlreadyExistsException |
class |
NodeDoesNotExistException
NodeDoesNotExistException |
Methods in org.apache.jetspeed.prefs that throw PreferencesException | |
void |
PropertyManager.addPropertyKeys(Preferences prefNode,
Map propertyKeysMap)
Add a set of property keys to a Preferences node. |
Map |
PropertyManager.getPropertyKeys(Preferences prefNode)
Returns the property keys available to a Preferences node whether
or node those keys have values assigned to them. |
void |
PropertyManager.removePropertyKeys(Preferences prefNode,
Collection propertyKeys)
Remove the specified collection of property keys from the given preferences node. |
void |
PropertyManager.updatePropertyKey(String oldPropertyKeyName,
Preferences prefNode,
Map newPropertyKey)
Update a property key. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |