org.dbunit.dataset.csv.handlers
Interface Handler

All Known Subinterfaces:
PipelineComponent
All Known Implementing Classes:
AbstractPipelineComponent, Pipeline

public interface Handler


Method Summary
 boolean allowForNoMoreInput()
           
 boolean canHandle(char c)
           
 void handle(char c)
           
 void noMoreInput()
           
 

Method Detail

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.