jgb.builder.utils
Class ConstructorCall

java.lang.Object
  |
  +--jgb.builder.utils.ParametersAccumulator
        |
        +--jgb.builder.utils.ConstructorCall

public class ConstructorCall
extends ParametersAccumulator

Since:
0.2a
Author:
Francois Beausoleil, fbos@users.sourceforge.net

Constructor Summary
ConstructorCall(String className)
           
 
Method Summary
 Object call()
           
 
Methods inherited from class jgb.builder.utils.ParametersAccumulator
addParameter, createParametersArray, createValuesArray, getParamCount, getParameterTypes, getParameterValues, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructorCall

public ConstructorCall(String className)
                throws ClassNotFoundException
Method Detail

call

public Object call()
            throws NoSuchMethodException,
                   MethodCallException
NoSuchMethodException
MethodCallException


Copyright 2002-2003, François Beausoleil, All Rights Reserved