Package com.mchange.v2.util
Class PropertiesUtils
java.lang.Object
com.mchange.v2.util.PropertiesUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic PropertiesfromString(String propsString) static PropertiesfromString(String propsString, String encoding) static intgetIntProperty(Properties props, String name, int dflt) static StringtoString(Properties props, String comment) static StringtoString(Properties props, String comment, String encoding)
-
Method Details
-
getIntProperty
public static int getIntProperty(Properties props, String name, int dflt) throws NumberFormatException - Throws:
NumberFormatException
-
fromString
public static Properties fromString(String propsString, String encoding) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
fromString
-
toString
public static String toString(Properties props, String comment, String encoding) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
toString
-