public class Debug extends Object
Constructor and Description |
---|
Debug() |
Modifier and Type | Method and Description |
---|---|
static String |
whichClass(String className)
Returns the location of the file that will be loaded for the given class name
|
static String |
whichClassLoader(String className)
Returns the class loader that will load the given class name
|
static String |
whichClassLoaderHierarchy(String className)
Returns the class loader hierarchy that will load the given class name
|
public static String whichClass(String className) throws ClassNotFoundException
className
- The class to loadClassNotFoundException
public static String whichClassLoader(String className) throws ClassNotFoundException
className
- The class to loadClassNotFoundException
public static String whichClassLoaderHierarchy(String className) throws ClassNotFoundException
className
- The class to loadClassNotFoundException
Copyright © 2005–2015 Alfresco Software. All rights reserved.