org.hibernate.validator.util.privilegedactions
Class LoadClass

java.lang.Object
  extended by org.hibernate.validator.util.privilegedactions.LoadClass
All Implemented Interfaces:
PrivilegedAction<Class<?>>

public final class LoadClass
extends Object
implements PrivilegedAction<Class<?>>

Author:
Emmanuel Bernard, Hardy Ferentschik, Kevin Pollet

Method Summary
static LoadClass action(String className, Class<?> caller)
           
 Class<?> run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

action

public static LoadClass action(String className,
                               Class<?> caller)

run

public Class<?> run()
Specified by:
run in interface PrivilegedAction<Class<?>>


Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved