|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.util.AbstractFactory
groovy.util.ObjectGraphBuilder.ObjectFactory
groovy.util.ObjectGraphBuilder.ObjectRefFactory
private static class ObjectGraphBuilder.ObjectRefFactory
Constructor Summary | |
---|---|
private |
ObjectGraphBuilder.ObjectRefFactory()
|
Method Summary | |
---|---|
boolean |
isLeaf()
|
java.lang.Object |
newInstance(FactoryBuilderSupport builder,
java.lang.Object name,
java.lang.Object value,
java.util.Map properties)
|
Methods inherited from class groovy.util.ObjectGraphBuilder.ObjectFactory |
---|
setChild, setParent |
Methods inherited from class groovy.util.AbstractFactory |
---|
onHandleNodeAttributes, onNodeCompleted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private ObjectGraphBuilder.ObjectRefFactory()
Method Detail |
---|
public boolean isLeaf()
isLeaf
in interface Factory
isLeaf
in class AbstractFactory
public java.lang.Object newInstance(FactoryBuilderSupport builder, java.lang.Object name, java.lang.Object value, java.util.Map properties) throws java.lang.InstantiationException, java.lang.IllegalAccessException
newInstance
in interface Factory
newInstance
in class ObjectGraphBuilder.ObjectFactory
builder
- the FactoryBuildername
- the name of the node being builtvalue
- the 'value' argument in the build nodeproperties
- the attributes of the build arg
java.lang.InstantiationException
java.lang.IllegalAccessException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |