org.dbunit.dataset.csv.handlers
Interface Handler
- All Known Subinterfaces:
- PipelineComponent
- All Known Implementing Classes:
- AbstractPipelineComponent, Pipeline
- public interface Handler
handle
public void handle(char c)
throws IllegalInputCharacterException,
PipelineException
- Throws:
IllegalInputCharacterException
PipelineException
canHandle
public boolean canHandle(char c)
throws IllegalInputCharacterException
- Throws:
IllegalInputCharacterException
noMoreInput
public void noMoreInput()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
allowForNoMoreInput
public boolean allowForNoMoreInput()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
Copyright © 2002-2004 DbUnit.org. All Rights Reserved.