org.powermock.core
Class PowerMockUtils
java.lang.Object
org.powermock.core.PowerMockUtils
public class PowerMockUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PowerMockUtils
public PowerMockUtils()
getClassIterator
public static Iterator<Class<?>> getClassIterator(ClassLoader classLoader)
throws NoSuchFieldException,
IllegalAccessException
- Get an iterator of all classes loaded by the specific classloader.
- Parameters:
classLoader
-
- Returns:
-
- Throws:
NoSuchFieldException
IllegalAccessException
printClassesLoadedByClassloader
public static void printClassesLoadedByClassloader(ClassLoader classLoader,
boolean includeParent)
throws NoSuchFieldException,
IllegalAccessException
- Parameters:
classLoader
-
- Throws:
NoSuchFieldException
IllegalAccessException
Copyright © 2007-2012. All Rights Reserved.