|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xins.server.RuntimeProperties
Base class to get the runtime properties.
| Constructor Summary | |
RuntimeProperties()
|
|
| Method Summary | |
protected List |
descriptors()
Gets the descriptor list. |
protected void |
init(PropertyReader runtimeSettings)
Initialize the runtime properties. |
PropertyReader |
properties()
Gets all the runtime properties. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RuntimeProperties()
| Method Detail |
protected void init(PropertyReader runtimeSettings)
throws MissingRequiredPropertyException,
InvalidPropertyValueException
runtimeSettings - the runtime properties, not null.
MissingRequiredPropertyException - if a required property is not given.
InvalidPropertyValueException - if the value of a certain property is invalid.protected List descriptors()
null.public PropertyReader properties()
null before the initialization.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||