org.opencms.setup.comptest
Class CmsSetupTestXercesVersion

java.lang.Object
  extended by org.opencms.setup.comptest.CmsSetupTestXercesVersion
All Implemented Interfaces:
I_CmsSetupTest

public class CmsSetupTestXercesVersion
extends java.lang.Object
implements I_CmsSetupTest

Test for the Xerces version.

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
CmsSetupTestXercesVersion()
           
 
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

CmsSetupTestXercesVersion

public CmsSetupTestXercesVersion()
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)
                           throws java.lang.Exception
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
Throws:
java.lang.Exception - if something goes wrong
See Also:
I_CmsSetupTest.execute(org.opencms.setup.CmsSetupBean)