org.apache.hivemind.lib.pipeline
Class PipelineParameters
java.lang.Object
   org.apache.hivemind.impl.BaseLocatable
org.apache.hivemind.impl.BaseLocatable
       org.apache.hivemind.lib.pipeline.PipelineParameters
org.apache.hivemind.lib.pipeline.PipelineParameters
- All Implemented Interfaces: 
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
- public class PipelineParameters 
- extends org.apache.hivemind.impl.BaseLocatable
Parameter object used with the PipelineFactory.
- Author:
- Howard Lewis Ship
 
 
| Methods inherited from class org.apache.hivemind.impl.BaseLocatable | 
| getLocation, setLocation | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PipelineParameters
public PipelineParameters()
getFilterInterface
public java.lang.Class getFilterInterface()
- 
 
getTerminator
public java.lang.Object getTerminator()
- 
 
setFilterInterface
public void setFilterInterface(java.lang.Class class1)
- 
 
setTerminator
public void setTerminator(java.lang.Object object)
- 
 
getPipelineConfiguration
public java.util.List getPipelineConfiguration()
- 
 
setPipelineConfiguration
public void setPipelineConfiguration(java.util.List list)
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.