com.sun.xml.bind.util
public class Which extends Object
Method Summary | |
---|---|
static String | which(Class clazz) |
static String | which(String classname, ClassLoader loader)
Search the specified classloader for the given classname.
|
Parameters: classname the fully qualified name of the class to search for loader the classloader to search
Returns: the source location of the resource, or null if it wasn't found