Class Pipeline
java.lang.Object
org.dbunit.dataset.common.handlers.Pipeline
- All Implemented Interfaces:
Handler
- Since:
- 2.2 (Sep 12, 2004)
- Version:
- $Revision$ $Date$
- Author:
- fede, Last changed by: $Author$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancanHandle(char c) voidhandle(char c) voidvoidputFront(PipelineComponent component) voidremove(PipelineComponent component) voidvoidsetCurrentProduct(StringBuilder currentProduct) voidsetPipelineConfig(PipelineConfig pipelineConfig) protected voidsetProducts(List products) void
-
Constructor Details
-
Pipeline
public Pipeline()
-
-
Method Details
-
getCurrentProduct
-
setCurrentProduct
-
thePieceIsDone
public void thePieceIsDone() -
getProducts
-
setProducts
-
putFront
-
removeFront
- Throws:
PipelineException
-
remove
- Throws:
PipelineException
-
canHandle
- Specified by:
canHandlein interfaceHandler- Throws:
IllegalInputCharacterException
-
handle
- Specified by:
handlein interfaceHandler- Throws:
IllegalInputCharacterExceptionPipelineException
-
allowForNoMoreInput
public boolean allowForNoMoreInput()- Specified by:
allowForNoMoreInputin interfaceHandler
-
resetProducts
public void resetProducts() -
noMoreInput
public void noMoreInput()- Specified by:
noMoreInputin interfaceHandler
-
getPipelineConfig
-
setPipelineConfig
-