org.dbunit.dataset.csv.handlers
Class AllHandler

java.lang.Object
  extended by org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
      extended by org.dbunit.dataset.csv.handlers.AllHandler
All Implemented Interfaces:
Handler, PipelineComponent

public class AllHandler
extends AbstractPipelineComponent

Since:
Sep 12, 2004 (pre 2.3)
Version:
$Revision: 766 $ $Date: 2008-08-01 13:05:20 +0200 (ven, 01 ago 2008) $
Author:
fede, Last changed by: $Author: gommma $

Nested Class Summary
 
Nested classes/interfaces 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()
           
 
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()

canHandle

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


Copyright © 2002-2008. All Rights Reserved.