cascading.groovy.factory
Class FlowFactory.FlowHolder
java.lang.Object
cascading.groovy.factory.BaseHolder
cascading.groovy.factory.FlowFactory.FlowHolder
- Enclosing class:
- FlowFactory
public static class FlowFactory.FlowHolder
- extends BaseHolder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowFactory.FlowHolder
public FlowFactory.FlowHolder(Properties properties,
String type,
String name)
getName
public String getName()
setAssembly
public void setAssembly(AssemblyFactory.Assembly assembly)
setMap
public void setMap(TapMap map)
setAssertionLevel
public void setAssertionLevel(AssertionLevel assertionLevel)
setChild
public void setChild(Object child)
- Specified by:
setChild in class BaseHolder
handleParent
public void handleParent(Object parent)
- Specified by:
handleParent in class BaseHolder
connectFlow
public Flow connectFlow()
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.