public class DebugConfigSection extends ConfigSection
| Modifier and Type | Field and Description |
|---|---|
static java.lang.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(java.lang.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 java.lang.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(java.lang.String dbgClass,
org.springframework.extensions.config.ConfigElement params)
throws InvalidConfigurationException
dbgClass - Stringparams - ConfigElementInvalidConfigurationExceptionpublic void closeConfig()
closeConfig in class ConfigSectionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.