org.dbunit.dataset.csv.handlers
Class SeparatorHandler
java.lang.Object
org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
org.dbunit.dataset.csv.handlers.SeparatorHandler
- All Implemented Interfaces:
- Handler, PipelineComponent
public class SeparatorHandler
- extends AbstractPipelineComponent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEPARATOR_CHAR
public static final char SEPARATOR_CHAR
- See Also:
- Constant Field Values
ACCEPT
public static final PipelineComponent ACCEPT()
IGNORE
public static final PipelineComponent IGNORE()
ENDPIECE
public static final PipelineComponent ENDPIECE()
canHandle
public boolean canHandle(char c)
throws IllegalInputCharacterException
- Throws:
IllegalInputCharacterException
Copyright © 2002-2011. All Rights Reserved.