Package org.opencms.configuration
Class CmsAdditionalLogFolderConfig
java.lang.Object
org.opencms.configuration.CmsAdditionalLogFolderConfig
- All Implemented Interfaces:
I_CmsConfigurationParameterHandler
public class CmsAdditionalLogFolderConfig
extends Object
implements I_CmsConfigurationParameterHandler
Bean containing additional log folders available for the log file viewer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe config helper instance.static final StringXML element name for the folder list.static final StringXML element name for the individual log folder.Fields inherited from interface org.opencms.configuration.I_CmsConfigurationParameterHandler
ADD_PARAMETER_METHOD, INIT_CONFIGURATION_METHOD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfigurationParameter(String paramName, String paramValue) Adds a configuration parameter to this parameter configurable class instance.Returns the parameters of this configurable class instance, ornullif the class does not need any parameters.Gets the log folders.voidInitializes a configuration after all parameters have been added.
-
Field Details
-
N_ADDITIONAL_LOG_FOLDERS
XML element name for the folder list.- See Also:
-
N_LOG_FOLDER
XML element name for the individual log folder.- See Also:
-
ADD_LOG_FOLDER_HELPER
The config helper instance.
-
-
Constructor Details
-
CmsAdditionalLogFolderConfig
public CmsAdditionalLogFolderConfig()
-
-
Method Details
-
addConfigurationParameter
Description copied from interface:I_CmsConfigurationParameterHandlerAdds a configuration parameter to this parameter configurable class instance.- Specified by:
addConfigurationParameterin interfaceI_CmsConfigurationParameterHandler- Parameters:
paramName- the name of the parameterparamValue- the value for the parameter- See Also:
-
getConfiguration
Description copied from interface:I_CmsConfigurationParameterHandlerReturns the parameters of this configurable class instance, ornullif the class does not need any parameters.- Specified by:
getConfigurationin interfaceI_CmsConfigurationParameterHandler- Returns:
- the parameters of this configurable class instance,
or
nullif the class does not need any parameters - See Also:
-
getLogFolders
Gets the log folders.- Returns:
- the log folders
-
initConfiguration
Description copied from interface:I_CmsConfigurationParameterHandlerInitializes a configuration after all parameters have been added.- Specified by:
initConfigurationin interfaceI_CmsConfigurationParameterHandler- See Also:
-