|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassReflect
The implementation of ClassUtil.
| Method Summary | |
|---|---|
Method |
getCloseMethod(Class<?> cls,
String name,
Class<?>[] argTypes)
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type. |
Object |
newInstance(Class<?> cls,
Object[] args)
Instantiates a new instance of the specified class with the specified argument. |
| Method Detail |
|---|
Method getCloseMethod(Class<?> cls,
String name,
Class<?>[] argTypes)
throws NoSuchMethodException
NoSuchMethodException
Object newInstance(Class<?> cls,
Object[] args)
throws NoSuchMethodException,
InstantiationException,
InvocationTargetException,
IllegalAccessException
NoSuchMethodException
InstantiationException
InvocationTargetException
IllegalAccessException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||