org.opencms.setup.comptest
Class CmsSetupTestJdkVersion

java.lang.Object
  extended byorg.opencms.setup.comptest.CmsSetupTestJdkVersion
All Implemented Interfaces:
I_CmsSetupTest

public class CmsSetupTestJdkVersion
extends java.lang.Object
implements I_CmsSetupTest

Tests the version of the JDK.

Since:
6.1.8
Version:
$Revision: 1.2 $
Author:
Michael Moossen

Field Summary
static java.lang.String TEST_NAME
          The test name.
 
Fields inherited from interface org.opencms.setup.comptest.I_CmsSetupTest
RESULT_FAILED, RESULT_PASSED, RESULT_WARNING
 
Constructor Summary
CmsSetupTestJdkVersion()
           
 
Method Summary
 CmsSetupTestResult execute(CmsSetupBean setupBean)
          Returns the test results.
 java.lang.String getName()
          Returns the nice name for the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_NAME

public static final java.lang.String TEST_NAME
The test name.

See Also:
Constant Field Values
Constructor Detail

CmsSetupTestJdkVersion

public CmsSetupTestJdkVersion()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: I_CmsSetupTest
Returns the nice name for the test.

Specified by:
getName in interface I_CmsSetupTest
Returns:
the nice name
See Also:
I_CmsSetupTest.getName()

execute

public CmsSetupTestResult execute(CmsSetupBean setupBean)
Description copied from interface: I_CmsSetupTest
Returns the test results.

Specified by:
execute in interface I_CmsSetupTest
Parameters:
setupBean - the setup bean
Returns:
the test results
See Also:
I_CmsSetupTest.execute(org.opencms.setup.CmsSetupBean)