public class Which extends Object
Constructor and Description |
---|
Which() |
Modifier and Type | Method and 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 © 2019 JBoss by Red Hat. All rights reserved.