org.opencms.workplace.tools.content.languagecopy
public class CmsLanguageCopyThread extends org.opencms.report.A_CmsReportThread
| Constructor and Description |
|---|
CmsLanguageCopyThread(org.opencms.file.CmsObject cms,
java.lang.String[] copyResources,
boolean delete,
java.lang.String sourceLanguage,
java.lang.String targetLanguage)
Copies language nodes in XML contents.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.opencms.report.I_CmsReport |
getReport() |
java.lang.String |
getReportUpdate() |
void |
run() |
addError, getCms, getError, getErrors, getLastEntryTime, 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 CmsLanguageCopyThread(org.opencms.file.CmsObject cms,
java.lang.String[] copyResources,
boolean delete,
java.lang.String sourceLanguage,
java.lang.String targetLanguage)
cms - the current cms contextcopyResources - the resources to copydelete - the delete flagsourceLanguage - the source languagetargetLanguage - the target languagepublic 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.ThreadRunnable.run()protected org.opencms.report.I_CmsReport getReport()
getReport in class org.opencms.report.A_CmsReportThreadA_CmsReportThread.getReport()