org.opencms.workplace.tools.content.check
public class CmsContentCheck extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VFS_PATH_PLUGIN_FOLDER
Path to the plugin folder.
|
| Constructor and Description |
|---|
CmsContentCheck(org.opencms.file.CmsObject cms)
Constructor, creates a new CmsContentCheck.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getPaths()
Gets a list of all paths to be processed by the content check plugins.
|
java.util.List |
getPlugins()
Gets a list of instances of all available content check plugins.
|
int |
getPluginsCount()
Gets the number of installed plugins.
|
CmsContentCheckResult |
getResults()
Gets the results of the content check.
|
void |
setPaths(java.util.List paths)
Sets the list of all paths to be processed by the content check plugins.
|
void |
startContentCheck(org.opencms.file.CmsObject cms,
org.opencms.report.I_CmsReport report)
Starts the content check.
|
java.lang.String |
toString() |
public static final java.lang.String VFS_PATH_PLUGIN_FOLDER
public CmsContentCheck(org.opencms.file.CmsObject cms)
cms - the CmsObjectpublic java.util.List getPaths()
public java.util.List getPlugins()
public int getPluginsCount()
public CmsContentCheckResult getResults()
public void setPaths(java.util.List paths)
paths - list of vfs pathspublic void startContentCheck(org.opencms.file.CmsObject cms,
org.opencms.report.I_CmsReport report)
throws java.lang.Exception
cms - the CmsObjectreport - StringBuffer for reportingjava.lang.Exception - if something goes wrongpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()