org.dbunit.dataset.common.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:
- 2.2 (Sep 12, 2004)
- Version:
- $Revision: 855 $ $Date: 2008-11-01 15:23:09 +0100 (Sat, 01 Nov 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 IllegalStateException
- Throws:
IllegalStateException
allowForNoMoreInput
boolean allowForNoMoreInput()
throws IllegalStateException
- Throws:
IllegalStateException
Copyright © 2002-2012. All Rights Reserved.