Package org.cdlib.mrt.s3.service
Class CloudUtil
java.lang.Object
org.cdlib.mrt.s3.service.CloudUtil
Cloud Utilities
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
decodeElement
(String element) static String
decodeElementDotDot
(String element) static String
encodeElement
(String element, boolean alphaNumeric) static String
getDigestValue
(File testFile, org.cdlib.mrt.utility.LoggerInf logger) static String
getDigestValue
(String type, File testFile, org.cdlib.mrt.utility.LoggerInf logger) static String
getKey
(org.cdlib.mrt.core.Identifier objectID, Integer versionID, String fileID, boolean alphaNumeric) static CloudUtil.KeyElements
getKeyElements
(String key) static String
getManifestKey
(org.cdlib.mrt.core.Identifier objectID, boolean alphaNumeric) static CloudUtil.KeyElements
static byte[]
static String
-
Field Details
-
NAME
- See Also:
-
MESSAGE
- See Also:
-
KEYDELIM
- See Also:
-
SPLITKEY
- See Also:
-
HEXPREFIX
- See Also:
-
HEXSUFFIX
- See Also:
-
-
Constructor Details
-
CloudUtil
public CloudUtil()
-
-
Method Details
-
getKey
public static String getKey(org.cdlib.mrt.core.Identifier objectID, Integer versionID, String fileID, boolean alphaNumeric) throws org.cdlib.mrt.utility.TException - Throws:
org.cdlib.mrt.utility.TException
-
getManifestKey
public static String getManifestKey(org.cdlib.mrt.core.Identifier objectID, boolean alphaNumeric) throws org.cdlib.mrt.utility.TException - Throws:
org.cdlib.mrt.utility.TException
-
encodeElement
-
decodeElement
-
decodeElementDotDot
-
hex2Byte
-
hex2Char
-
getDigestValue
public static String getDigestValue(File testFile, org.cdlib.mrt.utility.LoggerInf logger) throws org.cdlib.mrt.utility.TException - Throws:
org.cdlib.mrt.utility.TException
-
getDigestValue
public static String getDigestValue(String type, File testFile, org.cdlib.mrt.utility.LoggerInf logger) throws org.cdlib.mrt.utility.TException - Throws:
org.cdlib.mrt.utility.TException
-
getKeyElements
public static CloudUtil.KeyElements getKeyElements(String key) throws org.cdlib.mrt.utility.TException - Throws:
org.cdlib.mrt.utility.TException
-
getManifestKeyElements
public static CloudUtil.KeyElements getManifestKeyElements(String key) throws org.cdlib.mrt.utility.TException - Throws:
org.cdlib.mrt.utility.TException
-