Interface PipelineComponent
- All Superinterfaces:
Handler
- All Known Implementing Classes:
AbstractPipelineComponent,AllHandler,EnforceHandler,EscapeHandler,IsAlnumHandler,NoHandler,QuoteHandler,SeparatorHandler,TransparentHandler,UnquotedFieldAssembler,WhitespacesHandler
- Since:
- 2.2 (Sep 12, 2004)
- Version:
- $Revision$ $Date$
- Author:
- fede, Last changed by: $Author$
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(char c) voidsetPipeline(Pipeline line) voidsetSuccessor(PipelineComponent successor) Methods inherited from interface org.dbunit.dataset.common.handlers.Handler
allowForNoMoreInput, canHandle, handle, noMoreInput
-
Method Details
-
setSuccessor
-
accept
void accept(char c) -
setPipeline
-
getPipeline
Pipeline getPipeline()
-