|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object help.de.smartics.properties.api.config.domain.ConfigurationPropertiesManagementBuilder
public class ConfigurationPropertiesManagementBuilder
Constructor Summary | |
---|---|
ConfigurationPropertiesManagementBuilder() |
Method Summary | |
---|---|
static ConfigurationPropertiesManagementBuilder |
a() Creates a builder filled with default values. |
ConfigurationPropertiesManagement |
build() Creates the instance. |
static ConfigurationPropertiesManagement |
defaultConfigurationPropertiesManagement() Creates a default instance filled with default values. |
ConfigurationPropertiesManagementBuilder |
with(ConfigurationKey<?> key) Sets the key. |
ConfigurationPropertiesManagementBuilder |
with(de.smartics.properties.api.core.domain.PropertyDescriptorRegistry registry) Sets the registry. |
ConfigurationPropertiesManagementBuilder |
with(de.smartics.properties.api.core.security.PropertyValueSecurity decrypter) Sets the decrypter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationPropertiesManagementBuilder()
Method Detail |
---|
public static ConfigurationPropertiesManagement defaultConfigurationPropertiesManagement()
a()
public ConfigurationPropertiesManagementBuilder with(ConfigurationKey<?> key)
key
- the key of the ConfigurationPropertiesManagement.
public ConfigurationPropertiesManagementBuilder with(de.smartics.properties.api.core.domain.PropertyDescriptorRegistry registry)
registry
- the registry of the ConfigurationPropertiesManagement.
public ConfigurationPropertiesManagementBuilder with(de.smartics.properties.api.core.security.PropertyValueSecurity decrypter)
decryptor
- the decrypter of the ConfigurationPropertiesManagement.
public static ConfigurationPropertiesManagementBuilder a()
public ConfigurationPropertiesManagement build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |