org.hibernate.validator.util.privilegedactions
Class GetClassLoader
java.lang.Object
org.hibernate.validator.util.privilegedactions.GetClassLoader
- All Implemented Interfaces:
- PrivilegedAction<ClassLoader>
public final class GetClassLoader
- extends Object
- implements PrivilegedAction<ClassLoader>
- Author:
- Emmanuel Bernard
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fromContext
public static GetClassLoader fromContext()
fromClass
public static GetClassLoader fromClass(Class<?> clazz)
run
public ClassLoader run()
- Specified by:
run in interface PrivilegedAction<ClassLoader>
Copyright © 2012 Oracle Corporation. All Rights Reserved.