public class JMXConfiguration extends java.lang.Object implements JMXConfigurationMBean
Constructor and Description |
---|
JMXConfiguration() |
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
|
public java.lang.String getConfiguration()
JMXConfigurationMBean
getConfiguration
in interface JMXConfigurationMBean
public void setConfiguration(java.lang.String config) throws java.io.IOException
JMXConfigurationMBean
setConfiguration
in interface JMXConfigurationMBean
config
- String the configuration object in xml to setjava.io.IOException