|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.util.Debug
public class Debug
Class containing debugging utility methods
Constructor Summary | |
---|---|
Debug()
|
Method Summary | |
---|---|
static java.lang.String |
whichClass(java.lang.String className)
Returns the location of the file that will be loaded for the given class name |
static java.lang.String |
whichClassLoader(java.lang.String className)
Returns the class loader that will load the given class name |
static java.lang.String |
whichClassLoaderHierarchy(java.lang.String className)
Returns the class loader hierarchy that will load the given class name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Debug()
Method Detail |
---|
public static java.lang.String whichClass(java.lang.String className) throws java.lang.ClassNotFoundException
className
- The class to load
java.lang.ClassNotFoundException
public static java.lang.String whichClassLoader(java.lang.String className) throws java.lang.ClassNotFoundException
className
- The class to load
java.lang.ClassNotFoundException
public static java.lang.String whichClassLoaderHierarchy(java.lang.String className) throws java.lang.ClassNotFoundException
className
- The class to load
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |