java.lang.Object | +--org.apache.commons.collections.functors.InstantiateFactoryAll Implemented Interfaces:
InstantiateFactory(Class classToInstantiate) Constructor that performs no validation. |
InstantiateFactory(Class classToInstantiate, Class[] paramTypes, Object[] args) Constructor that performs no validation. |
Object | create() Create the object using a constructor |
static Factory | getInstance(Class classToInstantiate, Class[] paramTypes, Object[] args) Factory method that performs validation. |
public InstantiateFactory(Class classToInstantiate, Class[] paramTypes, Object[] args)
getInstance
if you want that.
public InstantiateFactory(Class classToInstantiate)
getInstance
if you want that.
public Object create()
public static Factory getInstance(Class classToInstantiate, Class[] paramTypes, Object[] args)