Package org.opencms.setup.comptest
Interface I_CmsSetupTest
- All Known Implementing Classes:
CmsSetupTestFolderPermissions
,CmsSetupTestJavaTempDir
,CmsSetupTestJdkVersion
,CmsSetupTestOperatingSystem
,CmsSetupTestServletContainer
,CmsSetupTestSimapi
,CmsSetupTestWarFileUnpacked
,CmsSetupTestXercesVersion
,CmsSetupTestXmlAPI
public interface I_CmsSetupTest
Represent a test to give users infos about whether their system is compatible to OpenCms.
- Since:
- 6.1.8
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CmsSetupBean setupBean) Returns the test results.getName()
Returns the nice name for the test.
-
Field Details
-
RESULT_FAILED
Test failed display text.- See Also:
-
RESULT_PASSED
Test passed display text.- See Also:
-
RESULT_WARNING
Test warning display text.- See Also:
-
-
Method Details
-
getName
Returns the nice name for the test.- Returns:
- the nice name
-
execute
Returns the test results.- Parameters:
setupBean
- the setup bean- Returns:
- the test results
- Throws:
Exception
- if something goes wrong
-