info.informatica.lang
Class InvocationList
java.lang.Object
info.informatica.lang.InvocationList
- Direct Known Subclasses:
- Invocator
public class InvocationList
- extends Object
Intended to be used as a bridge between configuration files and Reflection
- Version:
- 1.02
- Author:
- amengual at informatica dot info
InvocationList
public InvocationList()
setMemberName
public void setMemberName(String name)
getMemberName
public String getMemberName()
addArgument
public void addArgument(String arg_class)
getConstructor
public Constructor getConstructor(Class cls)
throws ClassNotFoundException,
NoSuchMethodException
- Throws:
ClassNotFoundException
NoSuchMethodException
getMethod
public Method getMethod(Class cls)
throws ClassNotFoundException,
NoSuchMethodException
- Throws:
ClassNotFoundException
NoSuchMethodException
getMethod
public Method getMethod(Class cls,
String methodname)
throws ClassNotFoundException,
NoSuchMethodException
- Throws:
ClassNotFoundException
NoSuchMethodException