org.opencms.workplace.tools.content.check
public class CmsContentCheckThread extends org.opencms.report.A_CmsReportThread
| Constructor and Description |
|---|
CmsContentCheckThread(org.opencms.file.CmsObject cms,
CmsContentCheck contentCheck)
Constructor, creates a new CmsContentCheckThread.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReportUpdate() |
void |
run()
The run method which starts the import process.
|
addError, getCms, getError, getErrors, getLastEntryTime, getReport, getRuntime, getUUID, hasError, initHtmlReport, initOldHtmlReport, isDoomedactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic CmsContentCheckThread(org.opencms.file.CmsObject cms,
CmsContentCheck contentCheck)
cms - the current CmsObjectcontentCheck - the CmsContentCheck objecttpublic java.lang.String getReportUpdate()
getReportUpdate in class org.opencms.report.A_CmsReportThreadA_CmsReportThread.getReportUpdate()public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread