Class Resources.Keys
Object
KeyConstants
Keys
- Enclosing class:
Resources
public static final class Resources.Keys
extends KeyConstants
Resource keys. This class is used when compiling sources, but no dependencies to
Keys
should appear in any resulting class files. Since the Java compiler
inlines final integer values, using long identifiers will not bloat the constant
pools of compiled classes.- Since:
- 1.2
Defined in the sis-cloud-aws
module
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
Cannot change a relative path to an absolute path.static final short
Empty path.static final short
File system {0,choice,0#not|1#already} initialized for the “{1}” access key.static final short
Missing {0,choice,0#public|1#secret} access key in “{1}” URI.static final short
Specified path must be an absolute S3 path.static final short
Specified path cannot be the root.static final short
Unexpected “{0}” protocol. -
Method Summary
-
Field Details
-
CanNotChangeToAbsolutePath
public static final short CanNotChangeToAbsolutePathCannot change a relative path to an absolute path.- See Also:
-
EmptyPath
public static final short EmptyPathEmpty path.- See Also:
-
FileSystemInitialized_2
public static final short FileSystemInitialized_2File system {0,choice,0#not|1#already} initialized for the “{1}” access key.- See Also:
-
MissingAccessKey_2
public static final short MissingAccessKey_2Missing {0,choice,0#public|1#secret} access key in “{1}” URI.- See Also:
-
MustBeAbsolutePath
public static final short MustBeAbsolutePathSpecified path must be an absolute S3 path.- See Also:
-
MustHaveKeyComponent
public static final short MustHaveKeyComponentSpecified path cannot be the root.- See Also:
-
UnexpectedProtocol_1
public static final short UnexpectedProtocol_1Unexpected “{0}” protocol.- See Also:
-