uchicago.src.reflector
Class StringArgInvoker

java.lang.Object
  extended by uchicago.src.reflector.Invoker
      extended by uchicago.src.reflector.StringArgInvoker

public class StringArgInvoker
extends Invoker


Constructor Summary
StringArgInvoker(java.lang.Object o, java.lang.reflect.Method m, java.lang.String param)
           
 
Method Summary
protected  void invoke()
           
 
Methods inherited from class uchicago.src.reflector.Invoker
check, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringArgInvoker

public StringArgInvoker(java.lang.Object o,
                        java.lang.reflect.Method m,
                        java.lang.String param)
Method Detail

invoke

protected void invoke()
               throws java.lang.reflect.InvocationTargetException,
                      java.lang.IllegalAccessException
Specified by:
invoke in class Invoker
Throws:
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException