info.informatica.io
Class Invocator

java.lang.Object
  extended by info.informatica.lang.InvocationList
      extended by info.informatica.io.Invocator

public class Invocator
extends InvocationList

Utility class containing information for invocating methods or constructors via reflection (or through other reflection utility classes).

Version:
1.01
Author:
amengual at informatica dot info

Constructor Summary
Invocator()
           
 
Method Summary
 void addArgument(String arg_class, String arg_type, String arg_use)
           
 List<String> getArgTypes()
           
 List<String> getArgUses()
           
 String toString()
           
 
Methods inherited from class info.informatica.lang.InvocationList
addArgument, getConstructor, getMemberName, getMethod, getMethod, setMemberName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Invocator

public Invocator()
Method Detail

addArgument

public void addArgument(String arg_class,
                        String arg_type,
                        String arg_use)

getArgTypes

public List<String> getArgTypes()

getArgUses

public List<String> getArgUses()

toString

public String toString()
Overrides:
toString in class Object