ida.pelab.prt.printingTool
Class MethodLoader

java.lang.Object
  extended by ida.pelab.prt.printingTool.MethodLoader

public class MethodLoader
extends java.lang.Object


Constructor Summary
MethodLoader()
           
 
Method Summary
static java.lang.Object invokeFunction(java.lang.String className, java.lang.String methodName, java.lang.Class<?>[] paramtype, java.lang.Object[] parameters)
          Invokes a specific method from a class specified by the "classname" variable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodLoader

public MethodLoader()
Method Detail

invokeFunction

public static java.lang.Object invokeFunction(java.lang.String className,
                                              java.lang.String methodName,
                                              java.lang.Class<?>[] paramtype,
                                              java.lang.Object[] parameters)
Invokes a specific method from a class specified by the "classname" variable

Parameters:
className -
methodName -
paramtype -
parameters -
Returns: