Package org.opends.messages
Class BackupCloudMessages
- java.lang.Object
-
- org.opends.messages.BackupCloudMessages
-
public final class BackupCloudMessages extends Object
This file contains localizable message descriptors having the resource nameorg.opends.messages.backup_cloud
. This file was generated automatically by theopendj-maven-plugin
from the property fileorg/opends/messages/backup_cloud.properties
and it should not be manually edited.
-
-
Field Summary
Fields Modifier and Type Field Description static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_CREDENTIALS_ISSUE
A problem occurred while connecting to cloud provider '%s' using the provided credentials: %s
static LocalizableMessageDescriptor.Arg1<Object>
ERR_ENV_VAR_PROPERTY_VALUE_NOT_FOUND
No value found for property '%s'
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_ENV_VAR_VALUE_NOT_FOUND
No environment value '%s' found for property '%s'. If you are running the tool in offline mode, make sure the command has access to this variable, or else make sure the directory server has access to it
static LocalizableMessageDescriptor.Arg1<Object>
ERR_FILE_CREDENTIALS_FAILED_TO_PARSE
Failed to parse the credential file '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_FILE_CREDENTIALS_NOT_FOUND
Credential file '%s' not found
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_INITIALIZE_PLUGIN
Invalid plugin type '%s', a backup plugin must be of type '%s'
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_NO_CLOUD_FILE_FOUND
Could not find file '%s' in cloud bucket '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_UPLOAD_CLOUD_PROVIDER_MESSAGE
An error occurred while uploading the file to the cloud storage. The cloud provider returned the following error message: '%s'.
static LocalizableMessageDescriptor.Arg1<Object>
ERR_UPLOAD_UNKNOWN_HOST
An error occurred while uploading the file to the cloud storage: the host '%s' is an unknown host
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
resourceName()
Returns the name of the resource associated with the messages contained in this class.
-
-
-
Field Detail
-
ERR_FILE_CREDENTIALS_NOT_FOUND
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FILE_CREDENTIALS_NOT_FOUND
Credential file '%s' not found
-
ERR_FILE_CREDENTIALS_FAILED_TO_PARSE
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FILE_CREDENTIALS_FAILED_TO_PARSE
Failed to parse the credential file '%s'
-
ERR_INITIALIZE_PLUGIN
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_INITIALIZE_PLUGIN
Invalid plugin type '%s', a backup plugin must be of type '%s'
-
ERR_CREDENTIALS_ISSUE
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CREDENTIALS_ISSUE
A problem occurred while connecting to cloud provider '%s' using the provided credentials: %s
-
ERR_ENV_VAR_PROPERTY_VALUE_NOT_FOUND
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENV_VAR_PROPERTY_VALUE_NOT_FOUND
No value found for property '%s'
-
ERR_ENV_VAR_VALUE_NOT_FOUND
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_ENV_VAR_VALUE_NOT_FOUND
No environment value '%s' found for property '%s'. If you are running the tool in offline mode, make sure the command has access to this variable, or else make sure the directory server has access to it
-
ERR_NO_CLOUD_FILE_FOUND
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_NO_CLOUD_FILE_FOUND
Could not find file '%s' in cloud bucket '%s'
-
ERR_UPLOAD_UNKNOWN_HOST
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPLOAD_UNKNOWN_HOST
An error occurred while uploading the file to the cloud storage: the host '%s' is an unknown host
-
ERR_UPLOAD_CLOUD_PROVIDER_MESSAGE
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPLOAD_CLOUD_PROVIDER_MESSAGE
An error occurred while uploading the file to the cloud storage. The cloud provider returned the following error message: '%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'sorg.slf4j.LoggerFactory#getLogger(String name)
.- Returns:
- The name of the resource associated with the messages contained in this class.
-
-