| java.lang.Object org.webdocwf.util.loader.Utils
Utils | public class Utils (Code) | | Utility methods for csv jdbc.
author: Zoran Milakovic |
getAbsolutePathFromDatabaseURL | public static String getAbsolutePathFromDatabaseURL(String urlPrefix, String loaderJobFile, String urlToDatabase, boolean fileSystemDatabase)(Code) | | |
replaceAll | public static String replaceAll(String input, String forReplace, String replaceWith)(Code) | | Replace all occurence of forReplace with replaceWith in input string.
Parameters: input - represents input string Parameters: forReplace - represents substring for replace Parameters: replaceWith - represents replaced string value new string with replaced values |
|
|