Package org.gatein.pc.api.info
Interface PreferencesInfo
public interface PreferencesInfo
- Since:
- 2.4
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptiongetKeys()Return the immutable set of keys.getPreference(String key) A preference specified by its key.
-
Method Details
-
getKeys
Return the immutable set of keys.- Returns:
- the keys
-
getPreference
A preference specified by its key.- Parameters:
key- the key- Returns:
- the preference info or null if it does not exist
- Throws:
IllegalArgumentException- if the key is null
-