|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbunit.dataset.csv.handlers.AbstractPipelineComponent org.dbunit.dataset.csv.handlers.QuoteHandler
Nested Class Summary | |
protected static class |
QuoteHandler.QUOTE
|
protected static class |
QuoteHandler.UNQUOTE
|
Nested classes inherited from class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent |
AbstractPipelineComponent.ACCEPT, AbstractPipelineComponent.IGNORE |
Field Summary | |
static char |
QUOTE_CHAR
|
Method Summary | |
static PipelineComponent |
ACCEPT()
|
boolean |
canHandle(char c)
|
static PipelineComponent |
IGNORE()
|
static PipelineComponent |
QUOTE()
|
static PipelineComponent |
UNQUOTE()
|
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 |
public static final char QUOTE_CHAR
Method Detail |
public static final PipelineComponent ACCEPT()
public static final PipelineComponent IGNORE()
public static final PipelineComponent QUOTE()
public static final PipelineComponent UNQUOTE()
public boolean canHandle(char c) throws IllegalInputCharacterException
IllegalInputCharacterException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |