|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for objects that know how to handle (i.e. load and store) system configuration information.
SystemConfig| Method Summary | |
Set |
getParameterNames()
Get the names of the parameters this handler requires. |
SystemConfig |
loadConfig()
Load the system configuration. |
void |
setParameters(Map parameters)
Set the parameters for this handler. |
void |
storeConfig(SystemConfig config)
Store the system configuration. |
| Method Detail |
public Set getParameterNames()
public void setParameters(Map parameters)
parameters - a map of parameter names to their valuesgetParameterNames()
public SystemConfig loadConfig()
throws Exception
Exception
public void storeConfig(SystemConfig config)
throws Exception
config - the SystemConfig
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||