public interface JMXConfigurationMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfiguration()
Get the current OpenGrok configuration object
|
void |
setConfiguration(java.lang.String config)
Deploy a new configuration for OpenGrok
|
java.lang.String getConfiguration()
void setConfiguration(java.lang.String config) throws java.io.IOException
config
- String the configuration object in xml to setjava.io.IOException