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 Stringget(Properties prop, String key) static BooleangetBool(Properties prop, String key) static StringgetEx(Properties prop, String key) static intgetExNumInt(Properties prop, String key) static LonggetNumLong(Properties prop, String key) static longgetNumLongEx(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
-