public class RuntimeProperties extends Object
Constructor and Description |
---|
RuntimeProperties() |
Modifier and Type | Method and Description |
---|---|
protected List<Descriptor> |
descriptors()
Gets the descriptor list.
|
protected void |
init(Map<String,String> runtimeSettings)
Initialize the runtime properties.
|
Map<String,String> |
properties()
Gets all the runtime properties.
|
protected void init(Map<String,String> runtimeSettings) throws MissingRequiredPropertyException, InvalidPropertyValueException
impl.xml
file.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<Descriptor> descriptors()
Since XINS 3.0, the returned collection is type-safe.
null
.See http://www.xins.org/.