public class NestedServicePropertiesConfiguration extends Object implements Configuration<SuppressibleNestedServicePropertiesConfiguration>
Configuration.ConfigurationType| Constructor and Description |
|---|
NestedServicePropertiesConfiguration(String configElementName) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigurationVisitor visitor) |
void |
addNestedProperties(NestedServicePropertiesConfiguration configuration) |
void |
addSimpleProperty(String key,
String value) |
String |
getConfigElementName() |
Collection<NestedServicePropertiesConfiguration> |
getNestedProperties() |
Map<String,List<String>> |
getSimpleProperties() |
SuppressibleNestedServicePropertiesConfiguration |
getSuppressibleConfiguration() |
void |
setConfigElementName(String configElementName) |
public NestedServicePropertiesConfiguration(String configElementName)
public Collection<NestedServicePropertiesConfiguration> getNestedProperties()
public void addNestedProperties(NestedServicePropertiesConfiguration configuration)
public String getConfigElementName()
public void setConfigElementName(String configElementName)
public void accept(ConfigurationVisitor visitor)
accept in interface Configuration<SuppressibleNestedServicePropertiesConfiguration>public SuppressibleNestedServicePropertiesConfiguration getSuppressibleConfiguration()
getSuppressibleConfiguration in interface Configuration<SuppressibleNestedServicePropertiesConfiguration>Copyright © 2014–2016. All rights reserved.