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 SummaryFieldsModifier and TypeFieldDescriptionstatic final shortCannot change a relative path to an absolute path.static final shortEmpty path.static final shortFile system {0,choice,0#not|1#already} initialized for the “{1}” access key.static final shortMissing {0,choice,0#public|1#secret} access key in “{1}” URI.static final shortSpecified path must be an absolute S3 path.static final shortSpecified path cannot be the root.static final shortUnexpected “{0}” protocol.
- 
Method Summary
- 
Field Details- 
CanNotChangeToAbsolutePathpublic static final short CanNotChangeToAbsolutePathCannot change a relative path to an absolute path.- See Also:
 
- 
EmptyPathpublic static final short EmptyPathEmpty path.- See Also:
 
- 
FileSystemInitialized_2public static final short FileSystemInitialized_2File system {0,choice,0#not|1#already} initialized for the “{1}” access key.- See Also:
 
- 
MissingAccessKey_2public static final short MissingAccessKey_2Missing {0,choice,0#public|1#secret} access key in “{1}” URI.- See Also:
 
- 
MustBeAbsolutePathpublic static final short MustBeAbsolutePathSpecified path must be an absolute S3 path.- See Also:
 
- 
MustHaveKeyComponentpublic static final short MustHaveKeyComponentSpecified path cannot be the root.- See Also:
 
- 
UnexpectedProtocol_1public static final short UnexpectedProtocol_1Unexpected “{0}” protocol.- See Also:
 
 
-