Uses of Class
org.guvnor.structure.server.config.ConfigType
-
Packages that use ConfigType Package Description org.guvnor.structure.server.config -
-
Uses of ConfigType in org.guvnor.structure.server.config
Methods in org.guvnor.structure.server.config that return ConfigType Modifier and Type Method Description ConfigTypeConfigGroup. getType()static ConfigTypeConfigType. 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.Methods in org.guvnor.structure.server.config with parameters of type ConfigType Modifier and Type Method Description List<ConfigGroup>ConfigurationService. getConfiguration(ConfigType type)List<ConfigGroup>ConfigurationService. getConfiguration(ConfigType type, String namespace)Map<String,List<ConfigGroup>>ConfigurationService. getConfigurationByNamespace(ConfigType type)ConfigGroupConfigurationFactory. newConfigGroup(ConfigType type, String name, String description)ConfigGroupConfigurationFactory. newConfigGroup(ConfigType type, String namespace, String name, String description)voidConfigGroup. setType(ConfigType type)
-