|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represent a test to give users infos about whether their system is compatible to OpenCms.
Field Summary | |
static java.lang.String |
RESULT_FAILED
Test failed display text. |
static java.lang.String |
RESULT_PASSED
Test passed display text. |
static java.lang.String |
RESULT_WARNING
Test warning display text. |
Method Summary | |
CmsSetupTestResult |
execute(CmsSetupBean setupBean)
Returns the test results. |
java.lang.String |
getName()
Returns the nice name for the test. |
Field Detail |
public static final java.lang.String RESULT_FAILED
public static final java.lang.String RESULT_PASSED
public static final java.lang.String RESULT_WARNING
Method Detail |
public java.lang.String getName()
public CmsSetupTestResult execute(CmsSetupBean setupBean) throws java.lang.Exception
setupBean
- the setup bean
java.lang.Exception
- if something goes wrong
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |