|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
|---|---|
Object |
getSetting(String strName,
String strConfigurationBase,
Map mapSettingHandlers,
Map mapSettingsGlobal,
Object settingsParent,
org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor,
org.eclipse.higgins.configuration.api.ISettingDescriptor parentDescriptor,
org.apache.axiom.om.OMElement omSetting)
Method to convert XML element (omSetting) to an object that will be placed into a configuration map. |
| Method Detail |
public Object getSetting(String strName,
String strConfigurationBase,
Map mapSettingHandlers,
Map mapSettingsGlobal,
Object settingsParent,
org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor,
org.eclipse.higgins.configuration.api.ISettingDescriptor parentDescriptor,
org.apache.axiom.om.OMElement omSetting)
throws Exception
strName - Name of setting being processed.strConfigurationBase - Configuration directory (used for file-oriented settings).mapSettingHandlers - Map that associates types with ISettingHandler classes.mapSettingsGlobal - Configuration map containing top-level settings that might be needed for this setting.
(E.g., a certificate handler might need information about a previously-configured keystore component.)settingsParent - Configuration map or list (if any) that will contain this setting.omSetting - XML element that is being converted to Object.
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||