groovytools.builder
Class MetaBuilder.ListBuilder

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.lang.Closure
          extended by groovytools.builder.MetaBuilder.ListBuilder
All Implemented Interfaces:
GroovyObject, Cloneable, Runnable
Enclosing class:
MetaBuilder

protected static class MetaBuilder.ListBuilder
extends Closure


Field Summary
protected  ArrayList objects
           
 
Fields inherited from class groovy.lang.Closure
DELEGATE_FIRST, DELEGATE_ONLY, DONE, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF
 
Constructor Summary
MetaBuilder.ListBuilder()
           
 
Method Summary
 Object call(Object e)
           
 List getList()
           
 
Methods inherited from class groovy.lang.Closure
asWritable, call, call, clone, curry, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, invokeMethod, setMetaClass
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objects

protected ArrayList objects
Constructor Detail

MetaBuilder.ListBuilder

public MetaBuilder.ListBuilder()
Method Detail

call

public Object call(Object e)
Overrides:
call in class Closure

getList

public List getList()


Copyright © 2008 FoundryLogic, LLC. All Rights Reserved.