Package | Description |
---|---|
org.rvpf.config |
Configuration entities definition.
|
org.rvpf.service |
Service helper classes.
|
Modifier and Type | Field and Description |
---|---|
static ConfigProperties |
ConfigProperties.MISSING_CONFIG_PROPERTIES
Missing configuration properties.
|
static ConfigProperties[] |
ConfigProperties.NO_CONFIG_PROPERTIES
No configuration properties.
|
Modifier and Type | Method and Description |
---|---|
ConfigProperties |
ConfigProperties.copy()
Creates a copy of this.
|
ConfigProperties |
ConfigProperties.freeze()
Freezes this.
|
ConfigProperties |
ConfigProperties.getGroup(String key)
Gets a group of keyed values.
|
protected ConfigProperties |
ConfigProperties.getMissingGroup()
Gets the missing group.
|
protected ConfigProperties[] |
ConfigProperties.getNoGroups()
Gets no groups.
|
ConfigProperties |
Config.getProperties()
Gets the values.
|
ConfigProperties |
Config.getServiceProperties()
Gets the service properties.
|
Modifier and Type | Method and Description |
---|---|
Optional<ConfigProperties> |
ConfigProperties.getOverriden()
Gets the overriden properties.
|
Optional<ConfigProperties> |
ConfigProperties.getOverrider()
Gets the overrider properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigProperties.setOverriden(ConfigProperties overriden)
Sets the overriden properties.
|
void |
ConfigProperties.setOverrider(ConfigProperties overrider)
Sets the overrider properties.
|
void |
Config.setServiceProperties(ConfigProperties properties)
Sets the service properties.
|
Constructor and Description |
---|
Config(String serviceName,
ConfigProperties properties)
Constructs an instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceContext
Service Context.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceContext.setOverriden(ConfigProperties overriden)
Sets the overriden properties.
|
void |
ServiceContext.setOverrider(ConfigProperties overrider)
Sets the overrider properties.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.