|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConfiguration
Higgins Registry uses returned instance to load service provider configuration from persistent storage.
| Method Summary | |
|---|---|
Object |
getProperty(String key)
Searches for the configuration property with the specified key in this configuration. |
Object |
getProperty(String key,
Object defaultValue)
Searches for the configuration property with the specified key in this configuration. |
Iterator |
getPropertyNames()
Provides set of configuration property names. |
void |
save()
|
void |
setProperty(String key,
Object property)
|
| Method Detail |
|---|
void save()
throws RegistryConfigurationException
RegistryConfigurationExceptionIterator getPropertyNames()
Iterable set of StringsObject getProperty(String key)
key - the property key
RegistryConfigurationException
Object getProperty(String key,
Object defaultValue)
defaultValue if the
property is not found.
key - the property keydefaultValue - a default value
RegistryConfigurationException
void setProperty(String key,
Object property)
throws RegistryConfigurationException
key - property -
RegistryConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||