| java.lang.Object com.sun.xml.bind.util.Which
Which | public class Which (Code) | | Finds out where a class file is loaded from.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) |
which | public static String which(String classname, ClassLoader loader)(Code) | | Search the specified classloader for the given classname.
Parameters: classname - the fully qualified name of the class to search for Parameters: loader - the classloader to search the source location of the resource, or null if it wasn't found |
|
|