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 StringdecodeElement(String element) static StringdecodeElementDotDot(String element) static StringencodeElement(String element, boolean alphaNumeric) static StringgetDigestValue(File testFile, org.cdlib.mrt.utility.LoggerInf logger) static StringgetDigestValue(String type, File testFile, org.cdlib.mrt.utility.LoggerInf logger) static StringgetKey(org.cdlib.mrt.core.Identifier objectID, Integer versionID, String fileID, boolean alphaNumeric) static CloudUtil.KeyElementsgetKeyElements(String key) static StringgetManifestKey(org.cdlib.mrt.core.Identifier objectID, boolean alphaNumeric) static CloudUtil.KeyElementsstatic 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
-