org.dbunit.dataset.csv.handlers
Interface Handler
- All Known Subinterfaces:
- PipelineComponent
- All Known Implementing Classes:
- AbstractPipelineComponent, AllHandler, EnforceHandler, EscapeHandler, IsAlnumHandler, NoHandler, Pipeline, QuoteHandler, SeparatorHandler, TransparentHandler, UnquotedFieldAssembler, WhitespacesHandler
public interface Handler
handle
void handle(char c)
throws IllegalInputCharacterException,
PipelineException
- Throws:
IllegalInputCharacterException
PipelineException
canHandle
boolean canHandle(char c)
throws IllegalInputCharacterException
- Throws:
IllegalInputCharacterException
noMoreInput
void noMoreInput()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
allowForNoMoreInput
boolean allowForNoMoreInput()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
Copyright © 2002-2009. All Rights Reserved.