| Package | Description |
|---|---|
| de.cinovo.cloudconductor.api.interfaces | |
| de.cinovo.cloudconductor.api.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigValue[] |
IConfigValue.get(java.lang.String template)
Returns configuration of the given template as Key-Value Pairs
|
ConfigValue[] |
IConfigValue.get(java.lang.String template,
java.lang.String service)
Returns configuration of the given service within the template as Key-Value Pairs
|
ConfigValue[] |
IConfigValue.getClean(java.lang.String template)
Returns all configuration key of a template, without variable swaps
|
ConfigValue[] |
IConfigValue.getClean(java.lang.String template,
java.lang.String service)
Returns configuration of the given service within the template as Key-Value Pairs, without variable swaps
|
ConfigValue[] |
IConfigValue.getCleanUnstacked(java.lang.String template)
Returns all configuration key of a template in a non stacked variant, without variable swaps
|
ConfigValue[] |
IConfigValue.getCleanVars(java.lang.String template)
Returns the value for variables of the given template as Key-Value Pair, but does no parent matching
|
ConfigValue[] |
IConfigValue.getUnstacked(java.lang.String template)
Deprecated.
use getCleanUnstacked instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IConfigValue.save(ConfigValue config)
Adds a new key-value pair to the configuration of a service within a template
|
| Modifier and Type | Method and Description |
|---|---|
int |
ConfigValue.compareTo(ConfigValue o) |
Copyright © 2017-2019 Cinovo AG. All Rights Reserved.