| Constructor and Description |
|---|
Pipeline() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowForNoMoreInput() |
boolean |
canHandle(char c) |
StringBuffer |
getCurrentProduct() |
PipelineConfig |
getPipelineConfig() |
List |
getProducts() |
void |
handle(char c) |
void |
noMoreInput() |
void |
putFront(PipelineComponent component) |
void |
remove(PipelineComponent component) |
PipelineComponent |
removeFront() |
void |
resetProducts() |
void |
setCurrentProduct(StringBuffer currentProduct) |
void |
setPipelineConfig(PipelineConfig pipelineConfig) |
protected void |
setProducts(List products) |
void |
thePieceIsDone() |
public StringBuffer getCurrentProduct()
public void setCurrentProduct(StringBuffer currentProduct)
public void thePieceIsDone()
public List getProducts()
protected void setProducts(List products)
public void putFront(PipelineComponent component)
public PipelineComponent removeFront() throws PipelineException
PipelineExceptionpublic void remove(PipelineComponent component) throws PipelineException
PipelineExceptionpublic boolean canHandle(char c)
throws IllegalInputCharacterException
canHandle in interface HandlerIllegalInputCharacterExceptionpublic void handle(char c)
throws IllegalInputCharacterException,
PipelineException
handle in interface HandlerIllegalInputCharacterExceptionPipelineExceptionpublic boolean allowForNoMoreInput()
allowForNoMoreInput in interface Handlerpublic void resetProducts()
public void noMoreInput()
noMoreInput in interface Handlerpublic PipelineConfig getPipelineConfig()
public void setPipelineConfig(PipelineConfig pipelineConfig)
Copyright © 2002-2017. All Rights Reserved.