groovytools.builder
Class MetaBuilder.DefaultBuildSchemaNodeFactory
java.lang.Object
groovy.util.AbstractFactory
groovytools.builder.MetaBuilder.DefaultBuildSchemaNodeFactory
- All Implemented Interfaces:
- Factory
- Enclosing class:
- MetaBuilder
protected static class MetaBuilder.DefaultBuildSchemaNodeFactory
- extends AbstractFactory
Default SchemaNode factory used when MetaBuilder.build(groovy.lang.Closure, groovy.lang.Closure) is called. Differs from
MetaBuilder.DefaultDefineSchemaNodeFactory in that it doesn't include CollectionSchemaNodes in the result.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaBuilder.DefaultBuildSchemaNodeFactory
protected MetaBuilder.DefaultBuildSchemaNodeFactory()
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.