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, setUpdatedpublic 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 - ConfigElementInvalidConfigurationExceptionpublic void closeConfig()
closeConfig in class ConfigSectionCopyright © 2005–2015 Alfresco Software. All rights reserved.