|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.util.ClassUtils
public class ClassUtils
Utility methods related to class loading.
| Constructor Summary | |
|---|---|
ClassUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
classLoader2String(java.lang.Class clazz)
Returns a string representation of the given class's loader and all of its parents. |
static java.lang.String |
classLoader2String(java.lang.ClassLoader cl)
Returns a string representation of the given class loader and all of its parents. |
static java.lang.String |
contextClassLoader2String()
Returns a string representation of the calling thread's context class loader and all of its parents. |
static java.lang.String |
systemClassLoader2String()
Returns a string representation of system class loader and all of its parents. |
| 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 classLoader2String(java.lang.ClassLoader cl)
public static java.lang.String classLoader2String(java.lang.Class clazz)
public static java.lang.String systemClassLoader2String()
public static java.lang.String contextClassLoader2String()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||