|
||||||||||
| 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 java.lang.ClassLoader |
getClassLoader(java.lang.Class clazz)
Get the classloader which loaded clazz. |
static java.lang.ClassLoader |
getClassLoader(java.lang.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 java.lang.ClassLoader getClassLoader(java.lang.Object obj)
obj.
public static java.lang.ClassLoader getClassLoader(java.lang.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 | |||||||||