|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.adl.util.ClassLoaderHelper
public class ClassLoaderHelper
Helper methods related to ClassLoader
.
Method Summary | |
---|---|
static ClassLoader |
getClassLoader(Object object)
Returns the class loader of the class of an object, i.e., object.getClass().getClassLoader(). |
static ClassLoader |
getClassLoader(Object object,
Object map)
Returns the class loader contained into the map or the class loader of the class of the object. |
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 object)
object
- an object.
public static ClassLoader getClassLoader(Object object, Object map)
object
- an object.map
- a map.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |