railo.runtime.reflection.pairs
Class ConstructorParameterPair

java.lang.Object
  extended by railo.runtime.reflection.pairs.ConstructorParameterPair

public final class ConstructorParameterPair
extends Object

Hold a pair of method and parameter to invoke


Constructor Summary
ConstructorParameterPair(Constructor constructor, Object[] parameters)
          constructor of the pair Object
 
Method Summary
 Constructor getConstructor()
          returns the Constructor
 Object[] getParameters()
          returns the Parameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorParameterPair

public ConstructorParameterPair(Constructor constructor,
                                Object[] parameters)
constructor of the pair Object

Parameters:
constructor -
parameters -
Method Detail

getConstructor

public Constructor getConstructor()
returns the Constructor

Returns:
returns the Constructor

getParameters

public Object[] getParameters()
returns the Parameters

Returns:
returns the Parameters


Copyright © 2012 Railo