|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConfigurationHandler
| Method Summary | |
|---|---|
void |
applyUpdates()
Commits any updates made to the settings created by the configure() call. |
boolean |
configure(Map mapConfigurationSettings)
Use properties in mapConfigurationSettings to read/create configuration map. |
ISettingDescriptor |
getSettingDescriptor()
Returns the global setting descriptor created by the configure call. |
Map |
getSettings()
Return settings created by configure call, or null if not yet configured. |
void |
setConfigurationBase(String str)
Set pathname to directory that contains configuration files. |
void |
setGlobalSettingDescriptor(ISettingDescriptor settingDescriptor)
Sets the global setting descriptor. |
void |
setGlobalSettings(Map settings)
Sets the global settings map. |
| Method Detail |
|---|
void setConfigurationBase(String str)
boolean configure(Map mapConfigurationSettings)
throws Exception
synchronized.
Exception
Map getSettings()
throws Exception
Exception
void applyUpdates()
throws Exception
Exception
ISettingDescriptor getSettingDescriptor()
throws Exception
Exception
void setGlobalSettings(Map settings)
throws Exception
Exception
void setGlobalSettingDescriptor(ISettingDescriptor settingDescriptor)
throws Exception
settingDescriptor -
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||