Package org.powermock.core
Class ClassLocator
- java.lang.Object
-
- java.lang.SecurityManager
-
- org.powermock.core.ClassLocator
-
public class ClassLocator extends SecurityManager
-
-
Constructor Summary
Constructors Constructor Description ClassLocator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class
getCallerClass()
-
Methods inherited from class java.lang.SecurityManager
checkAccept, checkAccess, checkAccess, checkConnect, checkConnect, checkCreateClassLoader, checkDelete, checkExec, checkExit, checkLink, checkListen, checkMulticast, checkMulticast, checkPackageAccess, checkPackageDefinition, checkPermission, checkPermission, checkPrintJobAccess, checkPropertiesAccess, checkPropertyAccess, checkRead, checkRead, checkRead, checkSecurityAccess, checkSetFactory, checkWrite, checkWrite, getClassContext, getSecurityContext, getThreadGroup
-
-
-
-
Method Detail
-
getCallerClass
public static Class getCallerClass()
-
-