org.opencms.configuration
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.configuration.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
Version:
$Revision: 1.13 $
Author:
Alexander Kandzior

Field Summary
static String ERR_CONFIG_WITH_UNKNOWN_CLASS_1
          Message constant for key in the resource bundle.
static String ERR_LOAD_CLASS_1
          Message constant for key in the resource bundle.
static String ERR_UNKNOWN_RESTYPE_CLASS_2
          Message constant for key in the resource bundle.
static String INIT_CONFIG_I18N_FINISHED_0
          Message constant for key in the resource bundle.
static String INIT_HISTORY_SETTINGS_2
          Message constant for key in the resource bundle.
static String INIT_IMPORT_CONFIG_FINISHED_0
          Message constant for key in the resource bundle.
static String INIT_IMPORT_CONFIG_INIT_0
          Message constant for key in the resource bundle.
static String INIT_IMPORT_MANAGER_0
          Message constant for key in the resource bundle.
static String INIT_LOGINMANAGER_2
          Message constant for key in the resource bundle.
static String INIT_LOGINMESSAGE_3
          Message constant for key in the resource bundle.
static String INIT_MODULE_CONFIG_FINISHED_0
          Message constant for key in the resource bundle.
static String INIT_MODULE_CONFIG_INIT_0
          Message constant for key in the resource bundle.
static String INIT_PWD_HANDLER_SUCCESS_1
          Message constant for key in the resource bundle.
static String INIT_REQUEST_HANDLER_INVALID_1
          Message constant for key in the resource bundle.
static String INIT_REQUEST_HANDLER_SUCCESS_1
          Message constant for key in the resource bundle.
static String INIT_RESOURCE_INIT_INVALID_CLASS_1
          Message constant for key in the resource bundle.
static String INIT_RESOURCE_INIT_SUCCESS_1
          Message constant for key in the resource bundle.
static String INIT_RUNTIME_INFO_FACTORY_FAILURE_1
          Message constant for key in the resource bundle.
static String INIT_RUNTIME_INFO_FACTORY_SUCCESS_1
          Message constant for key in the resource bundle.
static String INIT_SCHEDULER_CONFIG_JOB_3
          Message constant for key in the resource bundle.
static String INIT_SEARCH_CONFIG_FINISHED_0
          Message constant for key in the resource bundle.
static String INIT_SEARCH_CONFIG_INIT_0
          Message constant for key in the resource bundle.
static String INIT_SEARCH_MANAGER_FINISHED_0
          Message constant for key in the resource bundle.
static String INIT_SITE_CONFIG_FINISHED_0
          Message constant for key in the resource bundle.
static String INIT_STATEXP_MANAGER_0
          Message constant for key in the resource bundle.
static String INIT_SYSTEM_CONFIG_FINISHED_0
          Message constant for key in the resource bundle.
static String INIT_SYSTEM_CONFIG_INIT_0
          Message constant for key in the resource bundle.
static String INIT_TEMPFILE_PROJECT_ID_1
          Message constant for key in the resource bundle.
static String INIT_VFS_ADD_FILE_TRANSLATION_1
          Message constant for key in the resource bundle.
static String INIT_VFS_ADD_FOLDER_TRANSLATION_1
          Message constant for key in the resource bundle.
static String INIT_VFS_CONFIG_FINISHED_0
          Message constant for key in the resource bundle.
static String INIT_VFS_CONFIG_INIT_0
          Message constant for key in the resource bundle.
static String INIT_VFS_DEFAULT_FILE_2
          Message constant for key in the resource bundle.
static String INIT_VFS_FILE_TRANSLATION_DISABLE_0
          Message constant for key in the resource bundle.
static String INIT_VFS_FILE_TRANSLATION_ENABLE_0
          Message constant for key in the resource bundle.
static String INIT_VFS_FOLDER_TRANSLATION_DISABLE_0
          Message constant for key in the resource bundle.
static String INIT_VFS_FOLDER_TRANSLATION_ENABLE_0
          Message constant for key in the resource bundle.
static String INIT_VFS_XML_CONTENT_FINISHED_0
          Message constant for key in the resource bundle.
static String INIT_WORKPLACE_FINISHED_0
          Message constant for key in the resource bundle.
static String INIT_WORKPLACE_INIT_0
          Message constant for key in the resource bundle.
static String INIT_WORKPLACE_INIT_FINISHED_0
          Message constant for key in the resource bundle.
static String LOG_ADD_CONFIG_1
          Message constant for key in the resource bundle.
static String LOG_ADD_CONFIG_PARAM_3
          Message constant for key in the resource bundle.
static String LOG_BASE_URL_1
          Message constant for key in the resource bundle.
static String LOG_CACHE_DTD_SYSTEM_ID_1
          Message constant for key in the resource bundle.
static String LOG_CACHE_DTD_SYSTEM_ID_FAILURE_1
          Message constant for key in the resource bundle.
static String LOG_CONFIG_BASE_FOLDER_1
          Message constant for key in the resource bundle.
static String LOG_CONFIG_BKP_FOLDER_1
          Message constant for key in the resource bundle.
static String LOG_CREATE_CONFIG_BKP_2
          Message constant for key in the resource bundle.
static String LOG_CREATE_CONFIG_BKP_FAILURE_1
          Message constant for key in the resource bundle.
static String LOG_CREATE_CONFIG_BKP_FOLDER_1
          Message constant for key in the resource bundle.
static String LOG_GET_CONFIGURATION_1
          Message constant for key in the resource bundle.
static String LOG_INIT_CONFIGURATION_1
          Message constant for key in the resource bundle.
static String LOG_INIT_REQUEST_HANDLER_FAILURE_1
          Message constant for key in the resource bundle.
static String LOG_INVALID_CONFIG_BASE_FOLDER_1
          Message constant for key in the resource bundle.
static String LOG_LOAD_CONFIG_XMLFILE_1
          Message constant for key in the resource bundle.
static String LOG_MAIL_SETTINGS_1
          Message constant for key in the resource bundle.
static String LOG_REMOVE_CONFIG_FILE_1
          Message constant for key in the resource bundle.
static String LOG_RESOURCE_INIT_CLASS_INVALID_1
          Message constant for key in the resource bundle.
static String LOG_RESOURCE_INIT_FAILURE_1
          Message constant for key in the resource bundle.
static String LOG_WRITE_CONFIG_SUCCESS_2
          Message constant for key in the resource bundle.
static String LOG_WRITE_CONFIG_XMLFILE_1
          Message constant for key in the resource bundle.
 
Method Summary
static I_CmsMessageBundle get()
          Returns an instance of this localized message accessor.
 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, key, key, key, key, key, key, key, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_CONFIG_WITH_UNKNOWN_CLASS_1

public static final String ERR_CONFIG_WITH_UNKNOWN_CLASS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_LOAD_CLASS_1

public static final String ERR_LOAD_CLASS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_UNKNOWN_RESTYPE_CLASS_2

public static final String ERR_UNKNOWN_RESTYPE_CLASS_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_CONFIG_I18N_FINISHED_0

public static final String INIT_CONFIG_I18N_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_HISTORY_SETTINGS_2

public static final String INIT_HISTORY_SETTINGS_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_IMPORT_CONFIG_FINISHED_0

public static final String INIT_IMPORT_CONFIG_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_IMPORT_CONFIG_INIT_0

public static final String INIT_IMPORT_CONFIG_INIT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_IMPORT_MANAGER_0

public static final String INIT_IMPORT_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_LOGINMANAGER_2

public static final String INIT_LOGINMANAGER_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_LOGINMESSAGE_3

public static final String INIT_LOGINMESSAGE_3
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_MODULE_CONFIG_FINISHED_0

public static final String INIT_MODULE_CONFIG_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_MODULE_CONFIG_INIT_0

public static final String INIT_MODULE_CONFIG_INIT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_PWD_HANDLER_SUCCESS_1

public static final String INIT_PWD_HANDLER_SUCCESS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_REQUEST_HANDLER_INVALID_1

public static final String INIT_REQUEST_HANDLER_INVALID_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_REQUEST_HANDLER_SUCCESS_1

public static final String INIT_REQUEST_HANDLER_SUCCESS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_RESOURCE_INIT_INVALID_CLASS_1

public static final String INIT_RESOURCE_INIT_INVALID_CLASS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_RESOURCE_INIT_SUCCESS_1

public static final String INIT_RESOURCE_INIT_SUCCESS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_RUNTIME_INFO_FACTORY_FAILURE_1

public static final String INIT_RUNTIME_INFO_FACTORY_FAILURE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_RUNTIME_INFO_FACTORY_SUCCESS_1

public static final String INIT_RUNTIME_INFO_FACTORY_SUCCESS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SCHEDULER_CONFIG_JOB_3

public static final String INIT_SCHEDULER_CONFIG_JOB_3
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SEARCH_CONFIG_FINISHED_0

public static final String INIT_SEARCH_CONFIG_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SEARCH_CONFIG_INIT_0

public static final String INIT_SEARCH_CONFIG_INIT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SEARCH_MANAGER_FINISHED_0

public static final String INIT_SEARCH_MANAGER_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SITE_CONFIG_FINISHED_0

public static final String INIT_SITE_CONFIG_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_STATEXP_MANAGER_0

public static final String INIT_STATEXP_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SYSTEM_CONFIG_FINISHED_0

public static final String INIT_SYSTEM_CONFIG_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_SYSTEM_CONFIG_INIT_0

public static final String INIT_SYSTEM_CONFIG_INIT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_TEMPFILE_PROJECT_ID_1

public static final String INIT_TEMPFILE_PROJECT_ID_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_VFS_ADD_FILE_TRANSLATION_1

public static final String INIT_VFS_ADD_FILE_TRANSLATION_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_VFS_ADD_FOLDER_TRANSLATION_1

public static final String INIT_VFS_ADD_FOLDER_TRANSLATION_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_VFS_CONFIG_FINISHED_0

public static final String INIT_VFS_CONFIG_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_VFS_CONFIG_INIT_0

public static final String INIT_VFS_CONFIG_INIT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_VFS_DEFAULT_FILE_2

public static final String INIT_VFS_DEFAULT_FILE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_VFS_FILE_TRANSLATION_DISABLE_0

public static final String INIT_VFS_FILE_TRANSLATION_DISABLE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_VFS_FILE_TRANSLATION_ENABLE_0

public static final String INIT_VFS_FILE_TRANSLATION_ENABLE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_VFS_FOLDER_TRANSLATION_DISABLE_0

public static final String INIT_VFS_FOLDER_TRANSLATION_DISABLE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_VFS_FOLDER_TRANSLATION_ENABLE_0

public static final String INIT_VFS_FOLDER_TRANSLATION_ENABLE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_VFS_XML_CONTENT_FINISHED_0

public static final String INIT_VFS_XML_CONTENT_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_WORKPLACE_FINISHED_0

public static final String INIT_WORKPLACE_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_WORKPLACE_INIT_0

public static final String INIT_WORKPLACE_INIT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_WORKPLACE_INIT_FINISHED_0

public static final String INIT_WORKPLACE_INIT_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_ADD_CONFIG_1

public static final String LOG_ADD_CONFIG_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_ADD_CONFIG_PARAM_3

public static final String LOG_ADD_CONFIG_PARAM_3
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_BASE_URL_1

public static final String LOG_BASE_URL_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CACHE_DTD_SYSTEM_ID_1

public static final String LOG_CACHE_DTD_SYSTEM_ID_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CACHE_DTD_SYSTEM_ID_FAILURE_1

public static final String LOG_CACHE_DTD_SYSTEM_ID_FAILURE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CONFIG_BASE_FOLDER_1

public static final String LOG_CONFIG_BASE_FOLDER_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CONFIG_BKP_FOLDER_1

public static final String LOG_CONFIG_BKP_FOLDER_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CREATE_CONFIG_BKP_2

public static final String LOG_CREATE_CONFIG_BKP_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CREATE_CONFIG_BKP_FAILURE_1

public static final String LOG_CREATE_CONFIG_BKP_FAILURE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CREATE_CONFIG_BKP_FOLDER_1

public static final String LOG_CREATE_CONFIG_BKP_FOLDER_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_GET_CONFIGURATION_1

public static final String LOG_GET_CONFIGURATION_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_INIT_CONFIGURATION_1

public static final String LOG_INIT_CONFIGURATION_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_INIT_REQUEST_HANDLER_FAILURE_1

public static final String LOG_INIT_REQUEST_HANDLER_FAILURE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_INVALID_CONFIG_BASE_FOLDER_1

public static final String LOG_INVALID_CONFIG_BASE_FOLDER_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_LOAD_CONFIG_XMLFILE_1

public static final String LOG_LOAD_CONFIG_XMLFILE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_MAIL_SETTINGS_1

public static final String LOG_MAIL_SETTINGS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_REMOVE_CONFIG_FILE_1

public static final String LOG_REMOVE_CONFIG_FILE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_RESOURCE_INIT_CLASS_INVALID_1

public static final String LOG_RESOURCE_INIT_CLASS_INVALID_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_RESOURCE_INIT_FAILURE_1

public static final String LOG_RESOURCE_INIT_FAILURE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_WRITE_CONFIG_SUCCESS_2

public static final String LOG_WRITE_CONFIG_SUCCESS_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_WRITE_CONFIG_XMLFILE_1

public static final String LOG_WRITE_CONFIG_XMLFILE_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 String getBundleName()
Returns the bundle name for this OpenCms package.

Returns:
the bundle name for this OpenCms package