|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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 String |
findContainingJar(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 String findContainingJar(Class clazz)
This method has been canibalized from Hadoop's JobConf class.
clazz
- class to find its JAR file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |