Griffon 1.2.0

org.codehaus.griffon.runtime.builder.factory
[Groovy] Class RootFactory

java.lang.Object
  groovy.util.AbstractFactory
      org.codehaus.griffon.runtime.builder.factory.RootFactory

class RootFactory
extends AbstractFactory

Identifies the top level node of a script

Authors:
Andres Almiray


Property Summary
boolean leaf

 
Constructor Summary
RootFactory()

 
Method Summary
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

 
Methods inherited from class AbstractFactory
setParent, isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

leaf

final boolean leaf


 
Constructor Detail

RootFactory

RootFactory()


 
Method Detail

newInstance

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


 

Groovy Documentation