org.opencms.publish
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.publish.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.5.5

Field Summary
static java.lang.String ERR_CONFIG_FROZEN_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_ENGINE_ABORT_DENIED_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_ENGINE_CREATE_REPORT_FILE_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_ENGINE_DISABLED_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_ENGINE_ERROR_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_ENGINE_MISSING_PUBLISH_JOB_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_ENGINE_NOT_INITIALIZED_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_ENGINE_PERM_DENIED_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_ENGINE_QUEUE_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_JOB_ABORT_ERROR_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_JOB_ALREADY_ENQUEUED_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_JOB_ALREADY_FINISHED_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_JOB_ALREADY_STARTED_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_JOB_ENQUEUE_ERROR_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_JOB_FINISH_ERROR_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_JOB_INVALID_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_JOB_REMOVE_ERROR_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_JOB_START_ERROR_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_PUBLISH_REPORT_PATH_FAILED_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_DIRECT_PUBLISH_PROJECT_NAME_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_PUBLISH_JOB_ABORTED_2
          Message constant for key in the resource bundle.
static java.lang.String GUI_PUBLISH_JOB_FINISHED_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_PUBLISH_JOB_FINISHED_WITH_WARNS_3
          Message constant for key in the resource bundle.
static java.lang.String GUI_PUBLISH_JOB_STARTED_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_PUBLISH_TRHEAD_NAME_0
          Message constant for key in the resource bundle.
static java.lang.String INIT_PUBLISH_ENGINE_READY_0
          Message constant for key in the resource bundle.
static java.lang.String INIT_PUBLISH_ENGINE_SHUTDOWN_1
          Message constant for key in the resource bundle.
static java.lang.String INIT_PUBLISH_HISTORY_SIZE_SET_1
          Message constant for key in the resource bundle.
static java.lang.String INIT_PUBLISH_REPORT_PATH_SET_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_ENGINE_DEAD_JOB_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_ENGINE_INTERRUPTED_JOB_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_ENGINE_NO_RUNNING_JOB_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_ENGINE_RUNNING_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_ENGINE_WAITING_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_JOB_ABORT_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_JOB_ENQUEUE_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_JOB_FINISH_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_JOB_REMOVE_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_JOB_START_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_PROJECT_FAILED_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_REPORT_DEFAULT_PATH_TRY_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_PUBLISH_REPORT_DELETE_FAILED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_THREADSTORE_PUBLISH_THREAD_INTERRUPT_2
          Message constant for key in the resource bundle.
static java.lang.String RPT_JSPLOADER_UPDATE_CACHE_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_JSPLOADER_UPDATE_CACHE_BEGIN_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_JSPLOADER_UPDATE_CACHE_END_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_PUBLISH_JOB_ABORT_SHUTDOWN_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_PUBLISH_PROJECT_BEGIN_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_PUBLISH_PROJECT_END_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_PUBLISH_RESOURCE_BEGIN_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_PUBLISH_RESOURCE_END_0
          Message constant for key in the resource bundle.
static java.lang.String RPT_PUBLISH_RESOURCE_SWITCH_PROJECT_1
          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_CONFIG_FROZEN_0

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

See Also:
Constant Field Values

ERR_PUBLISH_ENGINE_ABORT_DENIED_1

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

See Also:
Constant Field Values

ERR_PUBLISH_ENGINE_CREATE_REPORT_FILE_1

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

See Also:
Constant Field Values

ERR_PUBLISH_ENGINE_DISABLED_0

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

See Also:
Constant Field Values

ERR_PUBLISH_ENGINE_ERROR_0

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

See Also:
Constant Field Values

ERR_PUBLISH_ENGINE_MISSING_PUBLISH_JOB_0

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

See Also:
Constant Field Values

ERR_PUBLISH_ENGINE_NOT_INITIALIZED_0

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

See Also:
Constant Field Values

ERR_PUBLISH_ENGINE_PERM_DENIED_1

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

See Also:
Constant Field Values

ERR_PUBLISH_ENGINE_QUEUE_1

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

See Also:
Constant Field Values

ERR_PUBLISH_JOB_ABORT_ERROR_1

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

See Also:
Constant Field Values

ERR_PUBLISH_JOB_ALREADY_ENQUEUED_0

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

See Also:
Constant Field Values

ERR_PUBLISH_JOB_ALREADY_FINISHED_0

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

See Also:
Constant Field Values

ERR_PUBLISH_JOB_ALREADY_STARTED_0

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

See Also:
Constant Field Values

ERR_PUBLISH_JOB_ENQUEUE_ERROR_1

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

See Also:
Constant Field Values

ERR_PUBLISH_JOB_FINISH_ERROR_1

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

See Also:
Constant Field Values

ERR_PUBLISH_JOB_INVALID_1

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

See Also:
Constant Field Values

ERR_PUBLISH_JOB_REMOVE_ERROR_1

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

See Also:
Constant Field Values

ERR_PUBLISH_JOB_START_ERROR_1

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

See Also:
Constant Field Values

ERR_PUBLISH_REPORT_PATH_FAILED_0

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

See Also:
Constant Field Values

GUI_DIRECT_PUBLISH_PROJECT_NAME_0

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

See Also:
Constant Field Values

GUI_PUBLISH_JOB_ABORTED_2

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

See Also:
Constant Field Values

GUI_PUBLISH_JOB_FINISHED_1

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

See Also:
Constant Field Values

GUI_PUBLISH_JOB_FINISHED_WITH_WARNS_3

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

See Also:
Constant Field Values

GUI_PUBLISH_JOB_STARTED_1

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

See Also:
Constant Field Values

GUI_PUBLISH_TRHEAD_NAME_0

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

See Also:
Constant Field Values

INIT_PUBLISH_ENGINE_READY_0

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

See Also:
Constant Field Values

INIT_PUBLISH_ENGINE_SHUTDOWN_1

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

See Also:
Constant Field Values

INIT_PUBLISH_HISTORY_SIZE_SET_1

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

See Also:
Constant Field Values

INIT_PUBLISH_REPORT_PATH_SET_1

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

See Also:
Constant Field Values

LOG_PUBLISH_ENGINE_DEAD_JOB_0

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

See Also:
Constant Field Values

LOG_PUBLISH_ENGINE_INTERRUPTED_JOB_0

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

See Also:
Constant Field Values

LOG_PUBLISH_ENGINE_NO_RUNNING_JOB_0

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

See Also:
Constant Field Values

LOG_PUBLISH_ENGINE_RUNNING_0

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

See Also:
Constant Field Values

LOG_PUBLISH_ENGINE_WAITING_0

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

See Also:
Constant Field Values

LOG_PUBLISH_JOB_ABORT_0

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

See Also:
Constant Field Values

LOG_PUBLISH_JOB_ENQUEUE_0

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

See Also:
Constant Field Values

LOG_PUBLISH_JOB_FINISH_0

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

See Also:
Constant Field Values

LOG_PUBLISH_JOB_REMOVE_0

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

See Also:
Constant Field Values

LOG_PUBLISH_JOB_START_0

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

See Also:
Constant Field Values

LOG_PUBLISH_PROJECT_FAILED_0

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

See Also:
Constant Field Values

LOG_PUBLISH_REPORT_DEFAULT_PATH_TRY_1

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

See Also:
Constant Field Values

LOG_PUBLISH_REPORT_DELETE_FAILED_1

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

See Also:
Constant Field Values

LOG_THREADSTORE_PUBLISH_THREAD_INTERRUPT_2

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

See Also:
Constant Field Values

RPT_JSPLOADER_UPDATE_CACHE_0

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

See Also:
Constant Field Values

RPT_JSPLOADER_UPDATE_CACHE_BEGIN_0

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

See Also:
Constant Field Values

RPT_JSPLOADER_UPDATE_CACHE_END_0

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

See Also:
Constant Field Values

RPT_PUBLISH_JOB_ABORT_SHUTDOWN_0

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

See Also:
Constant Field Values

RPT_PUBLISH_PROJECT_BEGIN_0

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

See Also:
Constant Field Values

RPT_PUBLISH_PROJECT_END_0

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

See Also:
Constant Field Values

RPT_PUBLISH_RESOURCE_BEGIN_0

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

See Also:
Constant Field Values

RPT_PUBLISH_RESOURCE_END_0

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

See Also:
Constant Field Values

RPT_PUBLISH_RESOURCE_SWITCH_PROJECT_1

public static final java.lang.String RPT_PUBLISH_RESOURCE_SWITCH_PROJECT_1
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