org.opencms.workplace.threads
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.workplace.threads.Messages
All Implemented Interfaces:
I_CmsMessageBundle

public final class Messages
extends A_CmsMessageBundle

Convenience class to access the localized messages of this OpenCms package.

Since:
6.0.0

Field Summary
static java.lang.String ERR_DB_EXPORT_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_DB_IMPORT_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_LINK_VALIDATION_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_VALUE_EMPTY_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_VFSFOLDER_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_DB_IMPORT_THREAD_NAME_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_DELETE_MODULE_THREAD_NAME_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_DELETE_PROJECT_THREAD_NAME_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_HTML_LINK_VALIDATOR_THREAD_NAME_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_POINTER_VALIDATION_THREAD_NAME_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_RELATION_DELETION_VALIDATOR_THREAD_NAME_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_REPLACE_MODULE_THREAD_NAME_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_REPORT_TEST_THREAD_NAME_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_SYNCHRONIZE_THREAD_NAME_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_XMLCONTENTREPAIR_THREAD_NAME_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_DELETE_THREAD_CONSTRUCTED_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_DELETE_THREAD_FINISHED_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_DELETE_THREAD_STARTED_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_MODULE_DELETE_FAILED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_PROJECT_DELETE_FAILED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_REPLACE_THREAD_CONSTRUCTED_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_REPLACE_THREAD_FINISHED_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_REPLACE_THREAD_START_DELETE_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_REPLACE_THREAD_START_IMPORT_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_PROCESSING_XMLCONTENT_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_BEGIN_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_BREAK_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_END_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_EXPANDFOLDER_1
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_EXPANDFOLDER_BEGIN_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_EXPANDFOLDER_END_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_EXPANDSIBLING_1
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_EXPANDSIBLINGS_BEGIN_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_EXPANDSIBLINGS_END_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_REFERENCING_1
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_VALIDATION_1
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_VALIDATION_BEGIN_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_RELATIONS_DELETION_VALIDATION_END_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_SYNCHRONIZE_BEGIN_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_SYNCHRONIZE_END_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_SYNCHRONIZE_FOLDERS_2
          Message constant for key in the resource bundle.
static java.lang.String RPT_XMLCONTENTREPAIR_BEGIN_2
          Message constant for key in the resource bundle.
static java.lang.String RPT_XMLCONTENTREPAIR_END_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_XMLCONTENTREPAIR_NOTLOCKED_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_XMLCONTENTREPAIR_REPAIRED_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_XMLCONTENTREPAIR_SKIPFILE_0
          Message constant for key in the resource bundle.
 
Method Summary
static I_CmsMessageBundle get()
          Returns an instance of this localized message accessor.
 java.lang.String getBundleName()
          Returns the bundle name for this OpenCms package.
 
Methods inherited from class org.opencms.i18n.A_CmsMessageBundle
container, container, container, container, container, getBundle, getBundle, getOpenCmsMessageBundles, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_DB_EXPORT_0

public static final java.lang.String ERR_DB_EXPORT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_DB_IMPORT_0

public static final java.lang.String ERR_DB_IMPORT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_LINK_VALIDATION_0

public static final java.lang.String ERR_LINK_VALIDATION_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_VALUE_EMPTY_0

public static final java.lang.String ERR_VALUE_EMPTY_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_XMLCONTENT_VFSFOLDER_1

public static final java.lang.String ERR_XMLCONTENT_VFSFOLDER_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_DB_IMPORT_THREAD_NAME_1

public static final java.lang.String GUI_DB_IMPORT_THREAD_NAME_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_DELETE_MODULE_THREAD_NAME_1

public static final java.lang.String GUI_DELETE_MODULE_THREAD_NAME_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_DELETE_PROJECT_THREAD_NAME_1

public static final java.lang.String GUI_DELETE_PROJECT_THREAD_NAME_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_HTML_LINK_VALIDATOR_THREAD_NAME_1

public static final java.lang.String GUI_HTML_LINK_VALIDATOR_THREAD_NAME_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_POINTER_VALIDATION_THREAD_NAME_0

public static final java.lang.String GUI_POINTER_VALIDATION_THREAD_NAME_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_RELATION_DELETION_VALIDATOR_THREAD_NAME_1

public static final java.lang.String GUI_RELATION_DELETION_VALIDATOR_THREAD_NAME_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_REPLACE_MODULE_THREAD_NAME_1

public static final java.lang.String GUI_REPLACE_MODULE_THREAD_NAME_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_REPORT_TEST_THREAD_NAME_0

public static final java.lang.String GUI_REPORT_TEST_THREAD_NAME_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_SYNCHRONIZE_THREAD_NAME_1

public static final java.lang.String GUI_SYNCHRONIZE_THREAD_NAME_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_XMLCONTENTREPAIR_THREAD_NAME_0

public static final java.lang.String GUI_XMLCONTENTREPAIR_THREAD_NAME_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_DELETE_THREAD_CONSTRUCTED_0

public static final java.lang.String LOG_DELETE_THREAD_CONSTRUCTED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_DELETE_THREAD_FINISHED_0

public static final java.lang.String LOG_DELETE_THREAD_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_DELETE_THREAD_STARTED_0

public static final java.lang.String LOG_DELETE_THREAD_STARTED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_MODULE_DELETE_FAILED_1

public static final java.lang.String LOG_MODULE_DELETE_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_PROJECT_DELETE_FAILED_1

public static final java.lang.String LOG_PROJECT_DELETE_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_REPLACE_THREAD_CONSTRUCTED_0

public static final java.lang.String LOG_REPLACE_THREAD_CONSTRUCTED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_REPLACE_THREAD_FINISHED_0

public static final java.lang.String LOG_REPLACE_THREAD_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_REPLACE_THREAD_START_DELETE_0

public static final java.lang.String LOG_REPLACE_THREAD_START_DELETE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_REPLACE_THREAD_START_IMPORT_0

public static final java.lang.String LOG_REPLACE_THREAD_START_IMPORT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_PROCESSING_XMLCONTENT_0

public static final java.lang.String RPT_PROCESSING_XMLCONTENT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_BEGIN_0

public static final java.lang.String RPT_RELATIONS_DELETION_BEGIN_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_BREAK_0

public static final java.lang.String RPT_RELATIONS_DELETION_BREAK_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_END_0

public static final java.lang.String RPT_RELATIONS_DELETION_END_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_EXPANDFOLDER_1

public static final java.lang.String RPT_RELATIONS_DELETION_EXPANDFOLDER_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_EXPANDFOLDER_BEGIN_0

public static final java.lang.String RPT_RELATIONS_DELETION_EXPANDFOLDER_BEGIN_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_EXPANDFOLDER_END_0

public static final java.lang.String RPT_RELATIONS_DELETION_EXPANDFOLDER_END_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_EXPANDSIBLING_1

public static final java.lang.String RPT_RELATIONS_DELETION_EXPANDSIBLING_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_EXPANDSIBLINGS_BEGIN_0

public static final java.lang.String RPT_RELATIONS_DELETION_EXPANDSIBLINGS_BEGIN_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_EXPANDSIBLINGS_END_0

public static final java.lang.String RPT_RELATIONS_DELETION_EXPANDSIBLINGS_END_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_REFERENCING_1

public static final java.lang.String RPT_RELATIONS_DELETION_REFERENCING_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_VALIDATION_1

public static final java.lang.String RPT_RELATIONS_DELETION_VALIDATION_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_VALIDATION_BEGIN_0

public static final java.lang.String RPT_RELATIONS_DELETION_VALIDATION_BEGIN_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_RELATIONS_DELETION_VALIDATION_END_0

public static final java.lang.String RPT_RELATIONS_DELETION_VALIDATION_END_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_SYNCHRONIZE_BEGIN_0

public static final java.lang.String RPT_SYNCHRONIZE_BEGIN_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_SYNCHRONIZE_END_0

public static final java.lang.String RPT_SYNCHRONIZE_END_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_SYNCHRONIZE_FOLDERS_2

public static final java.lang.String RPT_SYNCHRONIZE_FOLDERS_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_XMLCONTENTREPAIR_BEGIN_2

public static final java.lang.String RPT_XMLCONTENTREPAIR_BEGIN_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_XMLCONTENTREPAIR_END_0

public static final java.lang.String RPT_XMLCONTENTREPAIR_END_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_XMLCONTENTREPAIR_NOTLOCKED_0

public static final java.lang.String RPT_XMLCONTENTREPAIR_NOTLOCKED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_XMLCONTENTREPAIR_REPAIRED_0

public static final java.lang.String RPT_XMLCONTENTREPAIR_REPAIRED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

RPT_XMLCONTENTREPAIR_SKIPFILE_0

public static final java.lang.String RPT_XMLCONTENTREPAIR_SKIPFILE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values
Method Detail

get

public static I_CmsMessageBundle get()
Returns an instance of this localized message accessor.

Returns:
an instance of this localized message accessor

getBundleName

public java.lang.String getBundleName()
Returns the bundle name for this OpenCms package.

Returns:
the bundle name for this OpenCms package