org.dbunit.dataset.csv.handlers
Class EscapeHandler
java.lang.Object
org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
org.dbunit.dataset.csv.handlers.EscapeHandler
- All Implemented Interfaces:
- Handler, PipelineComponent
public class EscapeHandler
- extends AbstractPipelineComponent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ESCAPE_CHAR
public static final char ESCAPE_CHAR
- See Also:
- Constant Field Values
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-2011. All Rights Reserved.