public class Util extends Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static InputSource |
getInputSource(String fileOrURL)
Gets an InputSource from a string, which contains either
a file name or an URL.
|
static boolean |
isAbsoluteURI(String uri)
Checks if a given string is an absolute URI if it is an URI.
|
static String |
which(Class clazz) |
static String |
which(String classname,
ClassLoader loader)
Search the specified classloader for the given classname.
|
public static InputSource getInputSource(String fileOrURL)
public static boolean isAbsoluteURI(String uri)
This method does not check whether it is an URI.
This implementation is based on this post.
public static String which(String classname, ClassLoader loader)
classname
- the fully qualified name of the class to search forloader
- the classloader to searchCopyright © 2016 Oracle Corporation. All rights reserved.