com.sun.tools.xjc.reader
public class Util extends Object
Method Summary | |
---|---|
static String | escapeSpace(String url) |
static Object | getFileOrURL(String fileOrURL)
Parses the specified string either as an URL or as a File.
|
static InputSource | getInputSource(String fileOrURL)
Gets an InputSource from a string, which contains either
a file name or an URL. |
Throws: IOException if the parameter is neither.