Package org.cdlib.mrt.utility
Class GetProp
java.lang.Object
org.cdlib.mrt.utility.GetProp
Properties utility methods
- Author:
- dloy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
get
(Properties prop, String key) static Boolean
getBool
(Properties prop, String key) static String
getEx
(Properties prop, String key) static int
getExNumInt
(Properties prop, String key) static Long
getNumLong
(Properties prop, String key) static long
getNumLongEx
(Properties prop, String key)
-
Constructor Details
-
GetProp
public GetProp()
-
-
Method Details
-
get
- Throws:
TException
-
getEx
- Throws:
TException
-
getExNumInt
- Throws:
TException
-
getNumLong
- Throws:
TException
-
getNumLongEx
- Throws:
TException
-
getBool
- Throws:
TException
-