public class Class0 extends Object
| 构造器和说明 |
|---|
Class0(String className,
Class<?>[] argTypes,
Object... args) |
Class0(String className,
Object... args) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
execMethod(Class<T> returnType,
String methodName,
Class<?>[] argTypes,
Object... args) |
<T> T |
execMethod(Class<T> returnType,
String methodName,
Object... args) |
static boolean |
exist(String className) |
Class<?> |
loadClass(String className) |
public <T> T execMethod(Class<T> returnType, String methodName, Object... args) throws Exception
Exceptionpublic <T> T execMethod(Class<T> returnType, String methodName, @Nullable Class<?>[] argTypes, Object... args) throws Exception
Exceptionpublic static boolean exist(String className)
Copyright © 2011–2015 Azollas. All rights reserved.