Uses of Class
org.guvnor.structure.server.config.ConfigGroup
-
Packages that use ConfigGroup Package Description org.guvnor.structure.server.config org.guvnor.structure.server.deployment -
-
Uses of ConfigGroup in org.guvnor.structure.server.config
Methods in org.guvnor.structure.server.config that return ConfigGroup Modifier and Type Method Description ConfigGroupConfigurationFactory. newConfigGroup(ConfigType type, String name, String description)ConfigGroupConfigurationFactory. newConfigGroup(ConfigType type, String namespace, String name, String description)Methods in org.guvnor.structure.server.config that return types with arguments of type ConfigGroup 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)Methods in org.guvnor.structure.server.config with parameters of type ConfigGroup Modifier and Type Method Description booleanConfigurationService. addConfiguration(ConfigGroup configGroup)booleanConfigurationService. removeConfiguration(ConfigGroup configGroup)booleanConfigurationService. updateConfiguration(ConfigGroup configGroup) -
Uses of ConfigGroup in org.guvnor.structure.server.deployment
Methods in org.guvnor.structure.server.deployment with parameters of type ConfigGroup Modifier and Type Method Description DeploymentConfigDeploymentConfigFactory. newDeployment(ConfigGroup groupConfig)
-