Package com.sun.tools.xjc.reader
Class Util
java.lang.Object
com.sun.tools.xjc.reader.Util
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
escapeSpace
(String url) static Object
getFileOrURL
(String fileOrURL) static InputSource
getInputSource
(String fileOrURL) Gets an InputSource from a string, which contains either a file name or an URL.
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
getFileOrURL
- Throws:
IOException
- if the parameter is neither.
-
getInputSource
Gets an InputSource from a string, which contains either a file name or an URL. -
escapeSpace
-