railo.runtime.reflection.storage
Class WeakConstructorStorage

java.lang.Object
  extended by railo.runtime.reflection.storage.WeakConstructorStorage

public final class WeakConstructorStorage
extends Object

Constructor Storage Class


Constructor Summary
WeakConstructorStorage()
           
 
Method Summary
 Constructor[] getConstructors(Class clazz, int count)
          returns a constructor matching given criteria or null if Constructor doesn't exist
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeakConstructorStorage

public WeakConstructorStorage()
Method Detail

getConstructors

public Constructor[] getConstructors(Class clazz,
                                     int count)
returns a constructor matching given criteria or null if Constructor doesn't exist

Parameters:
clazz - Class to get Constructor for
count - count of arguments for the constructor
Returns:
returns the constructors


Copyright © 2012 Railo