public class DebugConfigSection extends ConfigSection
Modifier and Type | Field and Description |
---|---|
static String |
SectionName |
Constructor and Description |
---|
DebugConfigSection(ServerConfiguration config)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
closeConfig()
Close the configuration section, perform any cleanup
|
DebugInterface |
getDebug()
Return the debug interface.
|
org.springframework.extensions.config.ConfigElement |
getDebugParameters()
Return the debug device initialization parameters
|
boolean |
hasDebug()
Detemrine if the configuration has a valid debug interface.
|
int |
setDebug(String dbgClass,
org.springframework.extensions.config.ConfigElement params)
Set the debug interface to be used to output debug messages.
|
fireConfigurationChange, getSectionName, getServerConfiguration, isUpdated, setUpdated
public static final String SectionName
public DebugConfigSection(ServerConfiguration config)
config
- ServerConfigurationpublic final DebugInterface getDebug()
public final org.springframework.extensions.config.ConfigElement getDebugParameters()
public final boolean hasDebug()
public final int setDebug(String dbgClass, org.springframework.extensions.config.ConfigElement params) throws InvalidConfigurationException
dbgClass
- Stringparams
- ConfigElementInvalidConfigurationException
public void closeConfig()
closeConfig
in class ConfigSection
Copyright © 2005–2017 Alfresco Software. All rights reserved.