|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.admin.domain.model.PropertiesConfiguration
public final class PropertiesConfiguration
The configuration of properties associated with a unique key.
Constructor Summary | |
---|---|
PropertiesConfiguration(ManagedApplication application, String key, de.smartics.properties.api.config.domain.ConfigurationPropertiesManagement configurationProperties) Default constructor. |
Method Summary | |
---|---|
ManagedApplication |
getApplication() Returns the application the keys are part of. |
de.smartics.properties.api.config.domain.ConfigurationPropertiesManagement |
getConfigurationProperties() Returns the properties of the configuration. |
String |
getKey() Returns the unique identifier of the configuration. |
List<de.smartics.properties.api.config.domain.DescribedProperty> |
getProperties() Returns the list of properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesConfiguration(ManagedApplication application, String key, de.smartics.properties.api.config.domain.ConfigurationPropertiesManagement configurationProperties)
application
- the application the keys are part of.
key
- the unique identifier of the configuration.
configurationProperties
- the properties of the configuration.
Method Detail |
---|
public String getKey()
public de.smartics.properties.api.config.domain.ConfigurationPropertiesManagement getConfigurationProperties()
public ManagedApplication getApplication()
public List<de.smartics.properties.api.config.domain.DescribedProperty> getProperties()
ValidatedProperty
is added. If it cannot be resolved or its value is
null
, an instance of
DescribedProperty
is added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |