public class ClassUtils extends Object
| Constructor and Description |
|---|
ClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
findContainingJar(Class clazz)
Return the path to the JAR file in the classpath containing the specified class.
|
public ClassUtils()
public static String findContainingJar(Class clazz)
clazz - class to find its JAR file.Copyright © 2015 Apache Software Foundation. All Rights Reserved.