| java.lang.Object com.sun.jbi.framework.CLUtils
CLUtils | public class CLUtils (Code) | | |
list2URLArray | public static URL[] list2URLArray(List paths) throws Exception(Code) | | method to convert a List into a URL array.
Parameters: paths - list of String elements representing paths and JAR filenames java.net.URL[] array representing the URLs corresponding to thepaths, or null if the list is null or if there is an exception creatingthe array. throws: Exception - If the array creation is unsucessful. |
log | public static void log(String msg)(Code) | | logs a message to the system console
|
|
|