|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.utils.ClassTools
public class ClassTools
Utility methods for manipulating class objects and resources.
Method Summary | |
---|---|
static ClassLoader |
getClassLoader(Class clazz)
Get the classloader which loaded clazz . |
static ClassLoader |
getClassLoader(Object obj)
Get the classloader which loaded the class of obj . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ClassLoader getClassLoader(Object obj)
obj
.
public static ClassLoader getClassLoader(Class clazz)
clazz
. This is
a "safe" method which handles null
classloaders
and returns the system classloader instead.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |