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()
JMXConfigurationMBeangetConfiguration in interface JMXConfigurationMBeanpublic void setConfiguration(java.lang.String config)
throws java.io.IOException
JMXConfigurationMBeansetConfiguration in interface JMXConfigurationMBeanconfig - String the configuration object in xml to setjava.io.IOException