public interface ConfigurationService
Modifier and Type | Field and Description |
---|---|
static String |
LAST_MODIFIED_MARKER_FILE |
Modifier and Type | Method and Description |
---|---|
boolean |
addConfiguration(ConfigGroup configGroup) |
void |
endBatch() |
List<ConfigGroup> |
getConfiguration(ConfigType type) |
List<ConfigGroup> |
getConfiguration(ConfigType type,
String namespace) |
Map<String,List<ConfigGroup>> |
getConfigurationByNamespace(ConfigType type) |
boolean |
removeConfiguration(ConfigGroup configGroup) |
void |
startBatch() |
boolean |
updateConfiguration(ConfigGroup configGroup) |
static final String LAST_MODIFIED_MARKER_FILE
void startBatch()
void endBatch()
List<ConfigGroup> getConfiguration(ConfigType type)
List<ConfigGroup> getConfiguration(ConfigType type, String namespace)
Map<String,List<ConfigGroup>> getConfigurationByNamespace(ConfigType type)
boolean addConfiguration(ConfigGroup configGroup)
boolean updateConfiguration(ConfigGroup configGroup)
boolean removeConfiguration(ConfigGroup configGroup)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.