Package com.google.code.yanf4j.util
Class PropertyUtils
java.lang.Object
com.google.code.yanf4j.util.PropertyUtils
java.util.Property utils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getProperty
(Properties props, String name) static boolean
getPropertyAsBoolean
(Properties props, String name) static byte
getPropertyAsByte
(Properties props, String name) static int
getPropertyAsInteger
(Properties props, String propName) static long
getPropertyAsLong
(Properties props, String name) static short
getPropertyAsShort
(Properties props, String name)
-
Constructor Details
-
PropertyUtils
public PropertyUtils()
-
-
Method Details
-
getPropertyAsInteger
-
getProperty
-
getPropertyAsBoolean
-
getPropertyAsLong
-
getPropertyAsShort
-
getPropertyAsByte
-