Package org.cdlib.mrt.s3.cloudhost
Class CloudhostStateAbs
java.lang.Object
org.cdlib.mrt.s3.cloudhost.CloudhostStateAbs
- All Implemented Interfaces:
Serializable
,org.cdlib.mrt.utility.StateInf
- Direct Known Subclasses:
CloudhostAddState
,CloudhostDeleteState
,CloudhostFixityState
,CloudhostMetaState
,CloudhostServiceState
public class CloudhostStateAbs
extends Object
implements org.cdlib.mrt.utility.StateInf, Serializable
- Author:
- dloy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static long
getLongEx
(String key, Properties prop) protected static String
getProp
(String key, Properties prop) protected static Properties
getProperties
(File propFile) protected static String
getPropEx
(String key, Properties prop)
-
Constructor Details
-
CloudhostStateAbs
public CloudhostStateAbs()
-
-
Method Details
-
getPropEx
protected static String getPropEx(String key, Properties prop) throws org.cdlib.mrt.utility.TException - Throws:
org.cdlib.mrt.utility.TException
-
getProp
protected static String getProp(String key, Properties prop) throws org.cdlib.mrt.utility.TException - Throws:
org.cdlib.mrt.utility.TException
-
getLongEx
protected static long getLongEx(String key, Properties prop) throws org.cdlib.mrt.utility.TException - Throws:
org.cdlib.mrt.utility.TException
-
getProperties
- Throws:
org.cdlib.mrt.utility.TException
-