Package | Description |
---|---|
org.guvnor.structure.server.config |
Modifier and Type | Method and Description |
---|---|
ConfigType |
ConfigGroup.getType() |
static ConfigType |
ConfigType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigType[] |
ConfigType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigGroup> |
ConfigurationService.getConfiguration(ConfigType type) |
List<ConfigGroup> |
ConfigurationService.getConfiguration(ConfigType type,
String namespace) |
Map<String,List<ConfigGroup>> |
ConfigurationService.getConfigurationByNamespace(ConfigType type) |
ConfigGroup |
ConfigurationFactory.newConfigGroup(ConfigType type,
String name,
String description) |
ConfigGroup |
ConfigurationFactory.newConfigGroup(ConfigType type,
String namespace,
String name,
String description) |
void |
ConfigGroup.setType(ConfigType type) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.