Uses of Interface
org.dbunit.dataset.csv.handlers.PipelineComponent

Packages that use PipelineComponent
org.dbunit.dataset.csv.handlers   
 

Uses of PipelineComponent in org.dbunit.dataset.csv.handlers
 

Classes in org.dbunit.dataset.csv.handlers that implement PipelineComponent
 class AbstractPipelineComponent
           
 class AllHandler
           
 class EnforceHandler
          author: fede 4-set-2003 10.20.45 $Revision: 1.1 $
 class EscapeHandler
           
 class IsAlnumHandler
           
 class NoHandler
           
 class QuoteHandler
           
 class SeparatorHandler
           
 class TransparentHandler
           
 class UnquotedFieldAssembler
           
 class WhitespacesHandler
           
 

Methods in org.dbunit.dataset.csv.handlers that return PipelineComponent
static PipelineComponent AllHandler.ACCEPT()
           
static PipelineComponent AllHandler.IGNORE()
           
static PipelineComponent IsAlnumHandler.ACCEPT()
           
static PipelineComponent IsAlnumHandler.IGNORE()
           
static PipelineComponent IsAlnumHandler.QUOTE()
           
static PipelineComponent SeparatorHandler.ACCEPT()
           
static PipelineComponent SeparatorHandler.IGNORE()
           
static PipelineComponent SeparatorHandler.ENDPIECE()
           
protected  PipelineComponent AbstractPipelineComponent.getSuccessor()
           
protected static PipelineComponent AbstractPipelineComponent.createPipelineComponent(AbstractPipelineComponent handler, Helper helper)
           
 PipelineComponent Pipeline.removeFront()
           
static PipelineComponent QuoteHandler.ACCEPT()
           
static PipelineComponent QuoteHandler.IGNORE()
           
static PipelineComponent QuoteHandler.QUOTE()
           
static PipelineComponent QuoteHandler.UNQUOTE()
           
static PipelineComponent EscapeHandler.ACCEPT()
           
static PipelineComponent EscapeHandler.IGNORE()
           
static PipelineComponent EscapeHandler.ESCAPE()
           
static PipelineComponent WhitespacesHandler.IGNORE()
           
static PipelineComponent WhitespacesHandler.ACCEPT()
           
static PipelineComponent EnforceHandler.ENFORCE(PipelineComponent component)
           
static PipelineComponent EnforceHandler.ENFORCE(PipelineComponent[] components)
           
protected  PipelineComponent[] EnforceHandler.getEnforcedComponents()
           
static PipelineComponent TransparentHandler.IGNORE()
           
static PipelineComponent NoHandler.IGNORE()
           
 

Methods in org.dbunit.dataset.csv.handlers with parameters of type PipelineComponent
 void AbstractPipelineComponent.setSuccessor(PipelineComponent successor)
           
 void Pipeline.putFront(PipelineComponent component)
           
 void Pipeline.remove(PipelineComponent component)
           
 void PipelineComponent.setSuccessor(PipelineComponent successor)
           
static PipelineComponent EnforceHandler.ENFORCE(PipelineComponent component)
           
static PipelineComponent EnforceHandler.ENFORCE(PipelineComponent[] components)
           
protected  void EnforceHandler.setEnforcedComponents(PipelineComponent[] enforcedComponents)
           
 



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