|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oozie.util.ClassUtils
public class ClassUtils
Class utilities.
Constructor Summary | |
---|---|
ClassUtils()
|
Method Summary | |
---|---|
static java.lang.String |
findContainingJar(java.lang.Class clazz)
Return the path to the JAR file in the classpath containing the specified class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassUtils()
Method Detail |
---|
public static java.lang.String findContainingJar(java.lang.Class clazz)
clazz
- class to find its JAR file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |