Guvnor - Structure API 6.2.0.CR2

org.guvnor.structure.server.config
Interface ConfigurationService


public interface ConfigurationService


Field Summary
static String LAST_MODIFIED_MARKER_FILE
           
 
Method Summary
 boolean addConfiguration(ConfigGroup configGroup)
           
 List<ConfigGroup> getConfiguration(ConfigType type)
           
 boolean removeConfiguration(ConfigGroup configGroup)
           
 boolean updateConfiguration(ConfigGroup configGroup)
           
 

Field Detail

LAST_MODIFIED_MARKER_FILE

static final String LAST_MODIFIED_MARKER_FILE
See Also:
Constant Field Values
Method Detail

getConfiguration

List<ConfigGroup> getConfiguration(ConfigType type)

addConfiguration

boolean addConfiguration(ConfigGroup configGroup)

updateConfiguration

boolean updateConfiguration(ConfigGroup configGroup)

removeConfiguration

boolean removeConfiguration(ConfigGroup configGroup)

Guvnor - Structure API 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.