Package org.opencms.setup.comptest
Class CmsSetupTestJdkVersion
java.lang.Object
org.opencms.setup.comptest.CmsSetupTestJdkVersion
- All Implemented Interfaces:
I_CmsSetupTest
Tests the version of the JDK.
- 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
-
CmsSetupTestJdkVersion
public CmsSetupTestJdkVersion()
-
-
Method Details
-
execute
Description copied from interface:I_CmsSetupTest
Returns the test results.- Specified by:
execute
in interfaceI_CmsSetupTest
- Parameters:
setupBean
- the setup bean- Returns:
- the test results
- See Also:
-
getName
Description copied from interface:I_CmsSetupTest
Returns the nice name for the test.- Specified by:
getName
in interfaceI_CmsSetupTest
- Returns:
- the nice name
- See Also:
-