| Package | Description |
|---|---|
| org.constretto | |
| org.constretto.internal.store | |
| org.constretto.internal.store.ldap | |
| org.constretto.model |
| Modifier and Type | Method and Description |
|---|---|
ConstrettoBuilder |
ConstrettoBuilder.addConfigurationStore(ConfigurationStore configurationStore)
Add configuration store to the builder
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedPropertiesStore
Has support for jasypt encrypted properties.
|
class |
IniFileConfigurationStore |
class |
JsonStore |
class |
NestedConfigurationStore
A special kind of ConfigurationStore that contains a nested ConstrettoConfiguration instance.
|
class |
ObjectConfigurationStore |
class |
PropertiesStore
This is a store for text files implementing key=value pairs.
|
class |
SystemPropertiesStore |
class |
YamlStore |
| Modifier and Type | Class and Description |
|---|---|
class |
LdapConfigurationStore |
| Constructor and Description |
|---|
TaggedPropertySet(Map<String,String> properties,
Class<? extends ConfigurationStore> storeClass) |
TaggedPropertySet(String tag,
Map<String,String> properties,
Class<? extends ConfigurationStore> storeClass) |
Copyright © 2008–2017. All rights reserved.