Class UtilityMessages


  • public final class UtilityMessages
    extends Object
    This file contains localizable message descriptors having the resource name org.opends.messages.utility. This file was generated automatically by the i18n-maven-plugin from the property file org/opends/messages/utility.properties and it should not be manually edited.
    • Field Detail

      • ERR_BACKUP_CANNOT_READ_METADATA_FILE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_BACKUP_CANNOT_READ_METADATA_FILE
        An error occurred when attempting to restore backend '%s', metadata file '%s' cannot be read: %s
      • ERR_BACKUP_CANNOT_WRITE_BACKUP_METADATA_FILE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_BACKUP_CANNOT_WRITE_BACKUP_METADATA_FILE
        An error occured while attempting to write backup metadata file '%s' for backend '%s': %s
      • ERR_HEX_DECODE_INVALID_LENGTH

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_HEX_DECODE_INVALID_LENGTH
        The value %s cannot be decoded as a hexadecimal string because it does not have a length that is a multiple of two bytes
      • ERR_HEX_DECODE_INVALID_CHARACTER

        public static final LocalizableMessageDescriptor.Arg2<Object,​Character> ERR_HEX_DECODE_INVALID_CHARACTER
        The value %s cannot be decoded as a hexadecimal string because it contains an illegal character %c that is not a valid hexadecimal digit
      • ERR_LDIF_INVALID_LEADING_SPACE

        public static final LocalizableMessageDescriptor.Arg2<Number,​Object> ERR_LDIF_INVALID_LEADING_SPACE
        Unable to parse line %d ("%s") from the LDIF source because the line started with a space but there were no previous lines in the entry to which this line could be appended
      • ERR_LDIF_INVALID_DN

        public static final LocalizableMessageDescriptor.Arg3<Number,​Object,​Object> ERR_LDIF_INVALID_DN
        Unable to parse LDIF entry starting at line %d because an error occurred while trying to parse the value of line "%s" as a distinguished name: %s
      • ERR_LDIF_COULD_NOT_BASE64_DECODE_DN

        public static final LocalizableMessageDescriptor.Arg3<Number,​Object,​Object> ERR_LDIF_COULD_NOT_BASE64_DECODE_DN
        Unable to parse LDIF entry starting at line %d because it was not possible to base64-decode the DN on line "%s": %s
      • ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR

        public static final LocalizableMessageDescriptor.Arg4<Object,​Number,​Object,​Object> ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR
        Unable to parse LDIF entry %s starting at line %d because it was not possible to base64-decode the attribute on line "%s": %s
      • WARN_LDIF_DUPLICATE_ATTR

        public static final LocalizableMessageDescriptor.Arg4<Object,​Number,​Object,​Object> WARN_LDIF_DUPLICATE_ATTR
        Entry %s read from LDIF starting at line %d includes a duplicate attribute %s with value %s. The second occurrence of that attribute value has been skipped
      • ERR_LDIF_MULTIPLE_VALUES_FOR_SINGLE_VALUED_ATTR

        public static final LocalizableMessageDescriptor.Arg3<Object,​Number,​Object> ERR_LDIF_MULTIPLE_VALUES_FOR_SINGLE_VALUED_ATTR
        Entry %s starting at line %d includes multiple values for single-valued attribute %s
      • ERR_LDIF_FILE_EXISTS

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_FILE_EXISTS
        The specified LDIF file %s already exists and the export configuration indicates that no attempt should be made to append to or replace the file
      • ERR_LDIF_URL_IO_ERROR

        public static final LocalizableMessageDescriptor.Arg5<Object,​Number,​Object,​Object,​Object> ERR_LDIF_URL_IO_ERROR
        Unable to parse LDIF entry %s starting at line %d because the value of attribute %s was to be read from URL %s but an error occurred while trying to read that content: %s
      • ERR_REJECT_FILE_EXISTS

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REJECT_FILE_EXISTS
        The specified reject file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
      • ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_IMPORT

        public static final LocalizableMessageDescriptor.Arg3<Object,​Number,​Object> ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_IMPORT
        An error occurred while attempting to determine whether LDIF entry "%s" starting at line %d should be imported as a result of the include and exclude filter configuration: %s
      • ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_EXPORT

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_EXPORT
        An error occurred while attempting to determine whether LDIF entry "%s" should be exported as a result of the include and exclude filter configuration: %s
      • ERR_LDIF_INVALID_DELETE_ATTRIBUTES

        public static final LocalizableMessageDescriptor.Arg0 ERR_LDIF_INVALID_DELETE_ATTRIBUTES
        Error in the LDIF change record entry. Invalid attributes specified for the delete operation
      • ERR_LDIF_NO_MOD_DN_ATTRIBUTES

        public static final LocalizableMessageDescriptor.Arg0 ERR_LDIF_NO_MOD_DN_ATTRIBUTES
        Error in the LDIF change record entry. No attributes specified for the mod DN operation
      • ERR_LDIF_NO_DELETE_OLDRDN_ATTRIBUTE

        public static final LocalizableMessageDescriptor.Arg0 ERR_LDIF_NO_DELETE_OLDRDN_ATTRIBUTE
        Error in the LDIF change record entry. No delete old RDN attribute specified for the mod DN operation
      • ERR_LDIF_INVALID_DELETE_OLDRDN_ATTRIBUTE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_INVALID_DELETE_OLDRDN_ATTRIBUTE
        Error in the LDIF change record entry. Invalid value "%s" for the delete old RDN attribute specified for the mod DN operation
      • ERR_LDIF_INVALID_CHANGERECORD_ATTRIBUTE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_LDIF_INVALID_CHANGERECORD_ATTRIBUTE
        Error in the LDIF change record entry. Invalid attribute "%s" specified. Expecting attribute "%s"
      • ERR_LDIF_INVALID_MODIFY_ATTRIBUTE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_LDIF_INVALID_MODIFY_ATTRIBUTE
        Error in the LDIF change record entry. Invalid attribute "%s" specified. Expecting one of the following attributes "%s"
      • ERR_LDIF_INVALID_CHANGETYPE_ATTRIBUTE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_LDIF_INVALID_CHANGETYPE_ATTRIBUTE
        Error in the LDIF change record entry. Invalid value "%s" for the changetype specified. Expecting one of the following values "%s"
      • ERR_EMAILMSG_CANNOT_SEND

        public static final LocalizableMessageDescriptor.Arg0 ERR_EMAILMSG_CANNOT_SEND
        The specified e-mail message could not be sent using any of the configured mail servers
      • ERR_LDAPURL_NO_COLON_SLASH_SLASH

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_COLON_SLASH_SLASH
        The provided string "%s" cannot be decoded as an LDAP URL because it does not contain the necessary :// component to separate the scheme from the rest of the URL
      • ERR_LDAPURL_NO_SCHEME

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_SCHEME
        The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a protocol scheme
      • ERR_LDAPURL_NO_HOST

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_HOST
        The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a host before the colon to specify the port number
      • ERR_LDAPURL_NO_PORT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_PORT
        The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a port number after the colon following the host
      • ERR_LDAPURL_CANNOT_DECODE_PORT

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_LDAPURL_CANNOT_DECODE_PORT
        The provided string "%s" cannot be decoded as an LDAP URL because the port number portion %s cannot be decoded as an integer
      • ERR_LDAPURL_INVALID_PORT

        public static final LocalizableMessageDescriptor.Arg2<Object,​Number> ERR_LDAPURL_INVALID_PORT
        The provided string "%s" cannot be decoded as an LDAP URL because the provided port number %d is not within the valid range between 1 and 65535
      • ERR_LDAPURL_INVALID_SCOPE_STRING

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_LDAPURL_INVALID_SCOPE_STRING
        The provided string "%s" cannot be decoded as an LDAP URL because the scope string %s was not one of the allowed values of base, one, sub, or subordinate
      • ERR_LDAPURL_PERCENT_TOO_CLOSE_TO_END

        public static final LocalizableMessageDescriptor.Arg2<Object,​Number> ERR_LDAPURL_PERCENT_TOO_CLOSE_TO_END
        The provided URL component "%s" could not be decoded because the percent character at byte %d was not followed by two hexadecimal digits
      • ERR_LDAPURL_INVALID_HEX_BYTE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Number> ERR_LDAPURL_INVALID_HEX_BYTE
        The provided URL component "%s" could not be decoded because the character at byte %d was not a valid hexadecimal digit
      • ERR_CHARSET_NO_COLON

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_NO_COLON
        Cannot decode value "%s" as a named character set because it does not contain a colon to separate the name from the set of characters
      • ERR_CHARSET_CONSTRUCTOR_NO_NAME

        public static final LocalizableMessageDescriptor.Arg0 ERR_CHARSET_CONSTRUCTOR_NO_NAME
        The named character set is invalid because it does not contain a name
      • ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR

        public static final LocalizableMessageDescriptor.Arg2<Object,​Number> ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR
        The named character set is invalid because the provide name "%s" has an invalid character at position %d. Only ASCII alphabetic characters are allowed in the name
      • ERR_CHARSET_NO_NAME

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_NO_NAME
        Cannot decode value "%s" as a named character set because it does not contain a name to use for the character set
      • ERR_CHARSET_NO_CHARS

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_NO_CHARS
        Cannot decode value "%s" as a named character set because there are no characters to include in the set
      • ERR_FILEPERM_SET_JAVA_EXCEPTION

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FILEPERM_SET_JAVA_EXCEPTION
        One or more exceptions were thrown in the process of updating the file permissions for %s. Some of the permissions for the file may have been altered
      • ERR_FILEPERM_INVALID_UNIX_MODE_STRING

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FILEPERM_INVALID_UNIX_MODE_STRING
        The provided string %s does not represent a valid UNIX file mode. UNIX file modes must be a three-character string in which each character is a numeric digit between zero and seven
      • ERR_RENAMEFILE_CANNOT_DELETE_TARGET

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RENAMEFILE_CANNOT_DELETE_TARGET
        Failed to delete target file %s. Make sure the file is not currently in use by this or another application
      • ERR_SKIP_FILE_EXISTS

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SKIP_FILE_EXISTS
        The specified skip file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
      • ERR_LDIF_SKIP

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_SKIP
        Skipping entry %s because the DN is not one that should be included based on the include and exclude branches/filters
      • ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING
        The embedded server with server root '%s' cannot be started because it is already running.
      • ERR_LDIF_SKIP_NOT_IN_INCLUDED_BRANCHES

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_SKIP_NOT_IN_INCLUDED_BRANCHES
        Skipping entry %s because the DN is not included by any include branches
      • ERR_LDIF_SKIP_NOT_IN_INCLUDED_FILTERS

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_SKIP_NOT_IN_INCLUDED_FILTERS
        Skipping entry %s because the DN is not included by any include filters
      • ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE
        Rejecting entry %s because it was rejected by a plugin
      • INFO_LDAP_CONN_PROMPT_SECURITY_USE_START_TLS

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_USE_START_TLS
        LDAP with StartTLS
      • INFO_LDAP_CONN_PROMPT_SECURITY_USE_TRUST_ALL

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_USE_TRUST_ALL
        Automatically trust
      • INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PATH

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PATH
        Truststore path:
      • INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD

        public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD
        Password for truststore '%s':
      • INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS
        >>>> Specify OpenDJ LDAP connection parameters
      • ERR_LDAP_CONN_BAD_HOST_NAME

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_CONN_BAD_HOST_NAME
        The hostname "%s" could not be resolved. Please check you have provided the correct address
      • INFO_LDAP_CONN_PROMPT_SECURITY_USE_SECURE_CTX

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_USE_SECURE_CTX
        How do you want to connect?
      • ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH

        public static final LocalizableMessageDescriptor.Arg0 ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH
        The provided path is not valid
      • INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_METHOD

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_METHOD
        How do you want to trust the server certificate?
      • INFO_LDAP_CONN_PROMPT_SECURITY_SERVER_CERTIFICATE

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_SERVER_CERTIFICATE
        Server Certificate:
      • INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION
        Do you trust this server certificate?
      • INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_SESSION

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_SESSION
        Yes, for this session only
      • INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_ALWAYS

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_ALWAYS
        Yes, also add it to a truststore
      • INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_DETAILS

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_DETAILS
        View certificate details
      • INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIASES

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIASES
        Which certificate do you want to use?
      • INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT

        public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT
        Global Administrator User ID, or bind DN if no Global Administrator is defined [%s]:
      • WARN_EXPORT_LDIF_SET_PERMISSION_FAILED

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> WARN_EXPORT_LDIF_SET_PERMISSION_FAILED
        An error occurred while setting file permissions for the LDIF file %s: %s
      • ERR_BACKUP_CANNOT_GET_MAC

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_BACKUP_CANNOT_GET_MAC
        An error occurred while attempting to obtain the %s MAC provider for computing the signed hash of a backup file: %s
      • ERR_BACKUP_CANNOT_GET_DIGEST

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_BACKUP_CANNOT_GET_DIGEST
        An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s
      • ERR_BACKUP_CANNOT_GET_CIPHER

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_CANNOT_GET_CIPHER
        An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s
      • ERR_BACKUP_CANNOT_LIST_LOG_FILES

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_BACKUP_CANNOT_LIST_LOG_FILES
        An error occurred while attempting to obtain a list of the files in directory %s to include in the backup: %s
      • ERR_BACKUP_HASH_ERROR

        public static final LocalizableMessageDescriptor.Arg0 ERR_BACKUP_HASH_ERROR
        Backup file integrity error: signed hash is different from the one recorded when backing up the file
      • ERR_CANNOT_RENAME_RESTORE_DIRECTORY

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CANNOT_RENAME_RESTORE_DIRECTORY
        The directory %s, containing the files restored from backup, could not be renamed to the directory %s
      • ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTORS

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTORS
        An error occurred while attempting to update the backup descriptor files in the backup directory %s for the backup ID %s and backend ID %s: %s
      • ERR_BACKUP_CANNOT_SAVE_FILES_BEFORE_RESTORE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_BACKUP_CANNOT_SAVE_FILES_BEFORE_RESTORE
        An error occurred while attempting to save files from root directory %s to target directory %s, for backup of %s
      • ERR_BACKUP_CANNOT_CREATE_SAVE_DIRECTORY

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_BACKUP_CANNOT_CREATE_SAVE_DIRECTORY
        An error occurred while attempting to create a save directory with base path %s before restore of backup of %s
      • ERR_EMBEDDED_SERVER_SETUP

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_EMBEDDED_SERVER_SETUP
        An error occurred while attempting to setup the embedded server with server root '%s', base DN '%s'.
      • ERR_EMBEDDED_SERVER_SETUP_EXTRACT_ARCHIVE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_EMBEDDED_SERVER_SETUP_EXTRACT_ARCHIVE
        An error occurred while attempting to extract server archive '%s' before setup of embedded server with server root '%s': %s
      • ERR_EMBEDDED_SERVER_REBUILD_INDEX_FAILURE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_EMBEDDED_SERVER_REBUILD_INDEX_FAILURE
        An error occurred while attempting to rebuild index of embedded server with server root '%s': %s
      • ERR_EMBEDDED_SERVER_INTERNAL_CONNECTION

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMBEDDED_SERVER_INTERNAL_CONNECTION
        An error occurred while attempting to retrieve an internal connection to the server with the user DN '%s'
      • ERR_EMBEDDED_SERVER_ARCHIVE_SETUP_WRONG_ROOT_DIRECTORY

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_EMBEDDED_SERVER_ARCHIVE_SETUP_WRONG_ROOT_DIRECTORY
        The setup from an archive can only be done with a server root directory named after the root directory contained in the archive: '%s'. The provided server root was: '%s'
      • ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT
        An error occurred while attempting to initialize the configuration framework or to read the configuration file '%s'
      • ERR_EMBEDDED_SERVER_IMPORT_DATA_NOT_SUCCESSFUL

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_EMBEDDED_SERVER_IMPORT_DATA_NOT_SUCCESSFUL
        An error occurred while attempting to import LDIF file '%s' into embedded server with server root '%s'. Import LDIF task state was '%s'. You can look at the task logs printed on the embedded server output stream for more details
      • ERR_EMBEDDED_SERVER_IMPORT_DATA_FAILURE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_EMBEDDED_SERVER_IMPORT_DATA_FAILURE
        An error occurred while attempting to import LDIF file '%s' into embedded server with server root '%s': '%s'
      • ERR_EMBEDDED_SERVER_REBUILD_INDEX_NOT_SUCCESSFUL

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_EMBEDDED_SERVER_REBUILD_INDEX_NOT_SUCCESSFUL
        An error occurred while attempting to rebuild index of embedded server with server root '%s'. Rebuild task state was '%s'. You can look at the task logs printed on the embedded server output stream for more details
      • ERR_EMBEDDED_SERVER_CONFIG_VERSION

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMBEDDED_SERVER_CONFIG_VERSION
        An error occurred while attempting to retrieve the configuration version of the directory server: '%s'
      • ERR_EMBEDDED_SERVER_DATA_VERSION

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMBEDDED_SERVER_DATA_VERSION
        An error occurred while attempting to retrieve the data version of the directory server: '%s'
      • ERR_EMBEDDED_SERVER_INITIALIZE_CONFIGURATION

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_EMBEDDED_SERVER_INITIALIZE_CONFIGURATION
        An error occurred while initializing configuration of embedded server with server root '%s': %s
    • Method Detail

      • resourceName

        public static String resourceName()
        Returns the name of the resource associated with the messages contained in this class. The resource name may be used for obtaining named loggers, e.g. using SLF4J's org.slf4j.LoggerFactory#getLogger(String name).
        Returns:
        The name of the resource associated with the messages contained in this class.