java.lang.Object
io.sf.jclf.lang.InvocationList
- Direct Known Subclasses:
Invocator
Intended to be used as a bridge between configuration files and Reflection
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addArgument
(String arg_class) Constructor<?>
getConstructor
(Class<?> cls) void
setMemberName
(String name)
-
Field Details
-
membername
-
classes
-
-
Constructor Details
-
InvocationList
public InvocationList()
-
-
Method Details
-
setMemberName
-
getMemberName
-
addArgument
-
getConstructor
public Constructor<?> getConstructor(Class<?> cls) throws ClassNotFoundException, NoSuchMethodException -
getMethod
-
getMethod
public Method getMethod(Class<?> cls, String methodname) throws ClassNotFoundException, NoSuchMethodException
-