org.dbunit.dataset.common.handlers
Class QuoteHandler
java.lang.Object
org.dbunit.dataset.common.handlers.AbstractPipelineComponent
org.dbunit.dataset.common.handlers.QuoteHandler
- All Implemented Interfaces:
- Handler, PipelineComponent
public class QuoteHandler
- extends AbstractPipelineComponent
- Since:
- 2.2 (Sep 12, 2004)
- Version:
- $Revision: 855 $ $Date: 2008-11-01 15:23:09 +0100 (Sat, 01 Nov 2008) $
- Author:
- fede, Last changed by: $Author: gommma $
Methods inherited from class org.dbunit.dataset.common.handlers.AbstractPipelineComponent |
accept, allowForNoMoreInput, createPipelineComponent, getHelper, getPipeline, getPipelineConfig, getSuccessor, handle, noMoreInput, setPipeline, setSuccessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUOTE_CHAR
public static final char QUOTE_CHAR
- See Also:
- Constant Field Values
ACCEPT
public static final PipelineComponent ACCEPT()
IGNORE
public static final PipelineComponent IGNORE()
QUOTE
public static final PipelineComponent QUOTE()
UNQUOTE
public static final PipelineComponent UNQUOTE()
canHandle
public boolean canHandle(char c)
throws IllegalInputCharacterException
- Throws:
IllegalInputCharacterException
Copyright © 2002-2012. All Rights Reserved.