|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_CmsSetupTest
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 |
---|
static final java.lang.String RESULT_FAILED
static final java.lang.String RESULT_PASSED
static final java.lang.String RESULT_WARNING
Method Detail |
---|
java.lang.String getName()
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 |