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
- Since:
- Sep 12, 2004 (pre 2.3)
- Version:
- $Revision: 766 $ $Date: 2008-08-01 13:05:20 +0200 (ven, 01 ago 2008) $
- Author:
- fede, Last changed by: $Author: gommma $
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-2008. All Rights Reserved.