groovytools.builder
Class MetaBuilder.DefaultCollectionSchemaNodeFactory

java.lang.Object
  extended by groovy.util.AbstractFactory
      extended by groovytools.builder.MetaBuilder.DefaultCollectionSchemaNodeFactory
All Implemented Interfaces:
Factory
Enclosing class:
MetaBuilder

protected static class MetaBuilder.DefaultCollectionSchemaNodeFactory
extends AbstractFactory

Default CollectionSchemaNode factory used when MetaBuilder.define(groovy.lang.Closure) is called.


Constructor Summary
protected MetaBuilder.DefaultCollectionSchemaNodeFactory()
           
 
Method Summary
 Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
           
 
Methods inherited from class groovy.util.AbstractFactory
isLeaf, onHandleNodeAttributes, onNodeCompleted, setChild, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaBuilder.DefaultCollectionSchemaNodeFactory

protected MetaBuilder.DefaultCollectionSchemaNodeFactory()
Method Detail

newInstance

public Object newInstance(FactoryBuilderSupport builder,
                          Object name,
                          Object value,
                          Map attributes)
                   throws InstantiationException,
                          IllegalAccessException
Throws:
InstantiationException
IllegalAccessException


Copyright © 2008 FoundryLogic, LLC. All Rights Reserved.