@Deprecated public class AppClassLoaderExecutor extends Object
| Constructor and Description |
|---|
AppClassLoaderExecutor(ClassLoader appClassLoader,
ProtectionDomain protectionDomain)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(String className,
String method,
Object... params)
Deprecated.
|
public AppClassLoaderExecutor(ClassLoader appClassLoader, ProtectionDomain protectionDomain)
public Object execute(String className, String method, Object... params) throws ClassNotFoundException, IllegalAccessException, InstantiationException, NoSuchMethodException, InvocationTargetException
Copyright © 2018. All rights reserved.