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 StringgetProperty(Properties props, String name) static booleangetPropertyAsBoolean(Properties props, String name) static bytegetPropertyAsByte(Properties props, String name) static intgetPropertyAsInteger(Properties props, String propName) static longgetPropertyAsLong(Properties props, String name) static shortgetPropertyAsShort(Properties props, String name)
-
Constructor Details
-
PropertyUtils
public PropertyUtils()
-
-
Method Details
-
getPropertyAsInteger
-
getProperty
-
getPropertyAsBoolean
-
getPropertyAsLong
-
getPropertyAsShort
-
getPropertyAsByte
-