org.dbunit.dataset.csv.handlers
Class EscapeHandler

java.lang.Object
  extended byorg.dbunit.dataset.csv.handlers.AbstractPipelineComponent
      extended byorg.dbunit.dataset.csv.handlers.EscapeHandler
All Implemented Interfaces:
Handler, PipelineComponent

public class EscapeHandler
extends AbstractPipelineComponent


Nested Class Summary
 
Nested classes inherited from class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
AbstractPipelineComponent.ACCEPT, AbstractPipelineComponent.IGNORE
 
Field Summary
static char ESCAPE_CHAR
           
 
Method Summary
static PipelineComponent ACCEPT()
           
 boolean canHandle(char c)
           
static PipelineComponent ESCAPE()
           
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
 

Field Detail

ESCAPE_CHAR

public static final char ESCAPE_CHAR
See Also:
Constant Field Values
Method Detail

ACCEPT

public static final PipelineComponent ACCEPT()

IGNORE

public static final PipelineComponent IGNORE()

ESCAPE

public static final PipelineComponent ESCAPE()

canHandle

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


Copyright © 2002-2004 DbUnit.org. All Rights Reserved.