|
||||||||||
| 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 String |
RESULT_FAILED
Test failed display text. |
static String |
RESULT_PASSED
Test passed display text. |
static String |
RESULT_WARNING
Test warning display text. |
| Method Summary | |
|---|---|
CmsSetupTestResult |
execute(CmsSetupBean setupBean)
Returns the test results. |
String |
getName()
Returns the nice name for the test. |
| Field Detail |
|---|
static final String RESULT_FAILED
static final String RESULT_PASSED
static final String RESULT_WARNING
| Method Detail |
|---|
String getName()
CmsSetupTestResult execute(CmsSetupBean setupBean)
throws Exception
setupBean - the setup bean
Exception - if something goes wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||