Package org.opencms.setup.comptest
Class CmsSetupTestXercesVersion
java.lang.Object
org.opencms.setup.comptest.CmsSetupTestXercesVersion
- All Implemented Interfaces:
I_CmsSetupTest
Test for the Xerces version.
- Since:
- 6.1.8
-
Field Summary
FieldsFields inherited from interface org.opencms.setup.comptest.I_CmsSetupTest
RESULT_FAILED, RESULT_PASSED, RESULT_WARNING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(CmsSetupBean setupBean) Returns the test results.getName()Returns the nice name for the test.
-
Field Details
-
TEST_NAME
The test name.- See Also:
-
-
Constructor Details
-
CmsSetupTestXercesVersion
public CmsSetupTestXercesVersion()
-
-
Method Details
-
getName
Description copied from interface:I_CmsSetupTestReturns the nice name for the test.- Specified by:
getNamein interfaceI_CmsSetupTest- Returns:
- the nice name
- See Also:
-
execute
Description copied from interface:I_CmsSetupTestReturns the test results.- Specified by:
executein interfaceI_CmsSetupTest- Parameters:
setupBean- the setup bean- Returns:
- the test results
- Throws:
Exception- if something goes wrong- See Also:
-