public class Debug
extends java.lang.Object
| Constructor and Description |
|---|
Debug() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static java.lang.String whichClass(java.lang.String className)
throws java.lang.ClassNotFoundException
className - The class to loadjava.lang.ClassNotFoundExceptionpublic static java.lang.String whichClassLoader(java.lang.String className)
throws java.lang.ClassNotFoundException
className - The class to loadjava.lang.ClassNotFoundExceptionpublic static java.lang.String whichClassLoaderHierarchy(java.lang.String className)
throws java.lang.ClassNotFoundException
className - The class to loadjava.lang.ClassNotFoundExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.