org.dbunit.dataset.csv.handlers
Class NoHandler

java.lang.Object
  extended by org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
      extended by org.dbunit.dataset.csv.handlers.NoHandler
All Implemented Interfaces:
Handler, PipelineComponent

public class NoHandler
extends AbstractPipelineComponent


Nested Class Summary
 
Nested classes/interfaces inherited from class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
AbstractPipelineComponent.ACCEPT, AbstractPipelineComponent.IGNORE
 
Method Summary
 boolean canHandle(char c)
           
static PipelineComponent IGNORE()
           
 
Methods inherited from class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
accept, allowForNoMoreInput, createPipelineComponent, getHelper, getPipeline, getSuccessor, handle, noMoreInput, setPipeline, setSuccessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

IGNORE

public static final PipelineComponent IGNORE()

canHandle

public boolean canHandle(char c)
                  throws IllegalInputCharacterException
Throws:
IllegalInputCharacterException