org.dbunit.dataset.csv.handlers
Class EnforceHandler

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

public class EnforceHandler
extends AbstractPipelineComponent

author: fede 4-set-2003 10.20.45 $Revision: 1.1 $


Nested Class Summary
 
Nested classes inherited from class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
AbstractPipelineComponent.ACCEPT, AbstractPipelineComponent.IGNORE
 
Method Summary
 boolean canHandle(char c)
           
static PipelineComponent ENFORCE(PipelineComponent component)
           
static PipelineComponent ENFORCE(PipelineComponent[] components)
           
protected  PipelineComponent[] getEnforcedComponents()
           
protected  void setEnforcedComponents(PipelineComponent[] enforcedComponents)
           
 void setPipeline(Pipeline pipeline)
           
 
Methods inherited from class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
accept, allowForNoMoreInput, createPipelineComponent, getHelper, getPipeline, getSuccessor, handle, noMoreInput, setSuccessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

ENFORCE

public static final PipelineComponent ENFORCE(PipelineComponent component)

ENFORCE

public static final PipelineComponent ENFORCE(PipelineComponent[] components)

canHandle

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

setPipeline

public void setPipeline(Pipeline pipeline)
Specified by:
setPipeline in interface PipelineComponent
Overrides:
setPipeline in class AbstractPipelineComponent

getEnforcedComponents

protected PipelineComponent[] getEnforcedComponents()

setEnforcedComponents

protected void setEnforcedComponents(PipelineComponent[] enforcedComponents)


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