org.opencms.setup.comptest
Class CmsSetupTestFolderPermissions

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

public class CmsSetupTestFolderPermissions
extends java.lang.Object
implements I_CmsSetupTest

Tests the permission on the target installation folders.

Since:
6.1.8
Version:
$Revision: 1.3 $
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
CmsSetupTestFolderPermissions()
           
 
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

CmsSetupTestFolderPermissions

public CmsSetupTestFolderPermissions()
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)
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
See Also:
I_CmsSetupTest.execute(org.opencms.setup.CmsSetupBean)