public abstract class AbstractInstantiator extends Object implements Instantiator
Modifier and Type | Field and Description |
---|---|
protected Object[] |
constructorArgs |
Constructor and Description |
---|
AbstractInstantiator(ComponentModel model,
String description,
Object[] constructorArgs) |
Modifier and Type | Method and Description |
---|---|
ComponentModel |
getModel()
Returns the model that defines the behavior of the component.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
newInstance
protected final Object[] constructorArgs
public AbstractInstantiator(ComponentModel model, String description, Object[] constructorArgs)
public ComponentModel getModel()
Instantiator
getModel
in interface Instantiator
Copyright © 2003-2012 The Apache Software Foundation.