public interface MDIConfiguredApplication
| Modifier and Type | Method and Description |
|---|---|
ConfigurationManager |
getConfigurationManager()
Return the Configuration Manager.
|
default java.lang.Object |
getConfigurationPropertyValue(java.lang.String propertyName)
Set the value for a configuration property.
|
default java.lang.Object |
getConfigurationPropertyValue(java.lang.String confName,
java.lang.String propertyName)
Set the value for a configuration property for a configuration.
|
default boolean |
setConfigurationPropertyValue(java.lang.String propertyName,
java.lang.Object value)
Set the value for a configuration property.
|
default boolean |
setConfigurationPropertyValue(java.lang.String confName,
java.lang.String propertyName,
java.lang.Object value)
Set the value for a configuration property.
|
ConfigurationManager getConfigurationManager()
default java.lang.Object getConfigurationPropertyValue(java.lang.String propertyName)
propertyName - the property namedefault java.lang.Object getConfigurationPropertyValue(java.lang.String confName,
java.lang.String propertyName)
confName - the configuration namepropertyName - the property namedefault boolean setConfigurationPropertyValue(java.lang.String propertyName,
java.lang.Object value)
propertyName - the property namevalue - the valuedefault boolean setConfigurationPropertyValue(java.lang.String confName,
java.lang.String propertyName,
java.lang.Object value)
confName - the configuration namepropertyName - the property namevalue - the value