Class AbstractPipelineComponent
java.lang.Object
org.dbunit.dataset.common.handlers.AbstractPipelineComponent
- All Implemented Interfaces:
Handler,PipelineComponent
- Direct Known Subclasses:
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$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(char c) Method invoked when the character should be acceptedbooleanprotected static PipelineComponentcreatePipelineComponent(AbstractPipelineComponent handler, Helper helper) protected Helperprotected PipelineConfigprotected PipelineComponentvoidhandle(char c) voidvoidsetPipeline(Pipeline pipeline) voidsetSuccessor(PipelineComponent successor)
-
Constructor Details
-
AbstractPipelineComponent
public AbstractPipelineComponent()
-
-
Method Details
-
getSuccessor
-
getPipeline
- Specified by:
getPipelinein interfacePipelineComponent
-
setPipeline
- Specified by:
setPipelinein interfacePipelineComponent
-
getPipelineConfig
-
setSuccessor
- Specified by:
setSuccessorin interfacePipelineComponent
-
handle
- Specified by:
handlein interfaceHandler- Throws:
IllegalInputCharacterExceptionPipelineException
-
noMoreInput
public void noMoreInput()- Specified by:
noMoreInputin interfaceHandler
-
allowForNoMoreInput
public boolean allowForNoMoreInput()- Specified by:
allowForNoMoreInputin interfaceHandler
-
createPipelineComponent
protected static PipelineComponent createPipelineComponent(AbstractPipelineComponent handler, Helper helper) -
accept
public void accept(char c) Method invoked when the character should be accepted- Specified by:
acceptin interfacePipelineComponent- Parameters:
c-
-
getHelper
-