Package com.mchange.v2.util
Class PropertiesUtils
java.lang.Object
com.mchange.v2.util.PropertiesUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Properties
fromString
(String propsString) static Properties
fromString
(String propsString, String encoding) static int
getIntProperty
(Properties props, String name, int dflt) static String
toString
(Properties props, String comment) static String
toString
(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
-