public class Which extends Object
Constructor | Description |
---|---|
Which() |
Modifier and Type | Method | Description |
---|---|---|
static String |
which(Class clazz) |
|
static String |
which(String classname,
ClassLoader loader) |
Search the specified classloader for the given classname.
|
public static String which(String classname, ClassLoader loader)
classname
- the fully qualified name of the class to search forloader
- the classloader to searchCopyright © 2018 Oracle Corporation. All rights reserved.