cascading.groovy
Class CascadingBuilder
java.lang.Object
FactoryBuilderSupport
cascading.groovy.CascadingBuilder
public class CascadingBuilder
- extends FactoryBuilderSupport
CascadingBuilder is a Groovy 'builder' extension.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final Fields UNKNOWN
ALL
public static final Fields ALL
GROUP
public static final Fields GROUP
VALUES
public static final Fields VALUES
ARGS
public static final Fields ARGS
RESULTS
public static final Fields RESULTS
FIRST
public static final Fields FIRST
LAST
public static final Fields LAST
STRICT
public static final AssertionLevel STRICT
VALID
public static final AssertionLevel VALID
NONE
public static final AssertionLevel NONE
CascadingBuilder
public CascadingBuilder()
CascadingBuilder
public CascadingBuilder(Properties properties)
CascadingBuilder
public CascadingBuilder(Closure closure)
setParent
protected void setParent(Object parent,
Object child)
nodeCompleted
protected void nodeCompleted(Object parent,
Object node)
postNodeCompletion
protected Object postNodeCompletion(Object parent,
Object node)
registerFactories
protected void registerFactories()
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.