| java.lang.Object org.enhydra.kelp.common.PropUtil
PropUtil | public class PropUtil (Code) | | Class declaration
author: Paul Mahar |
Method Summary | |
public static String[] | XMLCParametersToArray(String in) | public static String | XMLCParametersToString(String[] in) | public static String | arrayToList(String[] array) | public static String | booleanToString(boolean b) | public static String | cleanXMLCParameters(String in) | public static String[] | cleanXMLCParameters(String[] paramIn) | public static String[][] | getArrayProperty(OtterNode node, String lengthName, String columnName1, String columnName2) | public static String[] | getDefaultContentTypes() | public static String[] | listToArray(String list, String[] defaultArray) | public static void | putArrayProperty(OtterNode node, String lengthName, String columnName1, String columnName2, String[][] array) | public static String | removeChar(String in, char c) | public static String | removeQuotes(String in) | public static boolean | stringToBoolean(String s, boolean def) | public static int | stringToInt(String s, int def) |
PropUtil | public PropUtil()(Code) | | Constructor declaration
|
booleanToString | public static String booleanToString(boolean b)(Code) | | Method declaration
Parameters: b - |
getArrayProperty | public static String[][] getArrayProperty(OtterNode node, String lengthName, String columnName1, String columnName2)(Code) | | Method declaration
Parameters: node - Parameters: lengthName - Parameters: columnName1 - Parameters: columnName2 - |
getDefaultContentTypes | public static String[] getDefaultContentTypes()(Code) | | |
stringToBoolean | public static boolean stringToBoolean(String s, boolean def)(Code) | | Method declaration
Parameters: s - Parameters: def - |
stringToInt | public static int stringToInt(String s, int def)(Code) | | Method declaration
Parameters: s - Parameters: def - |
|
|