public class UserPreferencesEnumerator extends AbstractLogEnabled implements Enumerator<String>, Enumerator, Contextualizable, Serviceable
| Modifier and Type | Field and Description | 
|---|---|
protected Context | 
_context
The avalon context 
 | 
protected UserPreferencesExtensionPoint | 
_userPrefEP
The user preferences extension point. 
 | 
| Constructor and Description | 
|---|
UserPreferencesEnumerator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
contextualize(Context context)  | 
Map<String,Object> | 
getConfiguration()
Get the configuration of this enumerator 
 | 
protected Map<String,String> | 
getContextVars()
Get the preferences context variables. 
 | 
Map<Object,I18nizableText> | 
getEntries()
Provides the enumerated values with their optional label. 
 | 
I18nizableText | 
getEntry(String value)
Retrieves a single label from a value. 
 | 
Map<String,I18nizableText> | 
getTypedEntries()
Provides the enumerated values with their optional label. 
 | 
void | 
service(ServiceManager serviceManager)  | 
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerprotected UserPreferencesExtensionPoint _userPrefEP
public UserPreferencesEnumerator()
public void contextualize(Context context) throws ContextException
contextualize in interface ContextualizableContextExceptionpublic void service(ServiceManager serviceManager) throws ServiceException
service in interface ServiceableServiceExceptionpublic Map<String,I18nizableText> getTypedEntries() throws Exception
EnumeratorException - if an error occurs.
 TODO NEWATTRIBUTEAPI: rename this method when Enumerator will be removedpublic I18nizableText getEntry(String value) throws Exception
EnumeratorgetEntry in interface Enumeratorvalue - the value.null if not found.Exception - if an error occurs.protected Map<String,String> getContextVars()
public Map<Object,I18nizableText> getEntries() throws Exception
EnumeratorgetEntries in interface EnumeratorException - if an error occurs.public Map<String,Object> getConfiguration()
EnumeratorgetConfiguration in interface Enumerator