@InterfaceAudience.Private public class ClassUtil extends Object
| Constructor and Description |
|---|
ClassUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
findContainingJar(Class clazz)
Find a jar that contains a class of the same name, if any.
|
public static String findContainingJar(Class clazz)
clazz - the class to find.IOExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.