org.dbunit.dataset.csv.handlers
Class IsAlnumHandler

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

public class IsAlnumHandler
extends AbstractPipelineComponent


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

Method Detail

ACCEPT

public static final PipelineComponent ACCEPT()

IGNORE

public static final PipelineComponent IGNORE()

QUOTE

public static final PipelineComponent QUOTE()

canHandle

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


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