public class CmsAdditionalLogFolderConfig extends java.lang.Object implements I_CmsConfigurationParameterHandler
Modifier and Type | Field and Description |
---|---|
static CmsElementWithSubElementsParamConfigHelper |
ADD_LOG_FOLDER_HELPER
The config helper instance.
|
static java.lang.String |
N_ADDITIONAL_LOG_FOLDERS
XML element name for the folder list.
|
static java.lang.String |
N_LOG_FOLDER
XML element name for the individual log folder.
|
ADD_PARAMETER_METHOD, INIT_CONFIGURATION_METHOD
Constructor and Description |
---|
CmsAdditionalLogFolderConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addConfigurationParameter(java.lang.String paramName,
java.lang.String paramValue)
Adds a configuration parameter to this parameter configurable class instance.
|
CmsParameterConfiguration |
getConfiguration()
Returns the parameters of this configurable class instance,
or
null if the class does not need any parameters. |
java.util.List<java.lang.String> |
getLogFolders()
Gets the log folders.
|
void |
initConfiguration()
Initializes a configuration after all parameters have been added.
|
public static final java.lang.String N_ADDITIONAL_LOG_FOLDERS
public static final java.lang.String N_LOG_FOLDER
public static CmsElementWithSubElementsParamConfigHelper ADD_LOG_FOLDER_HELPER
public CmsAdditionalLogFolderConfig()
public void addConfigurationParameter(java.lang.String paramName, java.lang.String paramValue)
I_CmsConfigurationParameterHandler
addConfigurationParameter
in interface I_CmsConfigurationParameterHandler
paramName
- the name of the parameterparamValue
- the value for the parameterI_CmsConfigurationParameterHandler.addConfigurationParameter(java.lang.String, java.lang.String)
public CmsParameterConfiguration getConfiguration()
I_CmsConfigurationParameterHandler
null
if the class does not need any parameters.getConfiguration
in interface I_CmsConfigurationParameterHandler
null
if the class does not need any parametersI_CmsConfigurationParameterHandler.getConfiguration()
public java.util.List<java.lang.String> getLogFolders()
public void initConfiguration()
I_CmsConfigurationParameterHandler
initConfiguration
in interface I_CmsConfigurationParameterHandler
I_CmsConfigurationParameterHandler.initConfiguration()