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
 PipelineComponent Pipeline.removeFront()
           
protected  PipelineComponent AbstractPipelineComponent.getSuccessor()
           
protected static PipelineComponent AbstractPipelineComponent.createPipelineComponent(AbstractPipelineComponent handler, Helper helper)
           
static PipelineComponent AllHandler.ACCEPT()
           
static PipelineComponent AllHandler.IGNORE()
           
static PipelineComponent EnforceHandler.ENFORCE(PipelineComponent component)
           
static PipelineComponent EnforceHandler.ENFORCE(PipelineComponent[] components)
           
protected  PipelineComponent[] EnforceHandler.getEnforcedComponents()
           
static PipelineComponent EscapeHandler.ACCEPT()
           
static PipelineComponent EscapeHandler.IGNORE()
           
static PipelineComponent EscapeHandler.ESCAPE()
           
static PipelineComponent IsAlnumHandler.ACCEPT()
           
static PipelineComponent IsAlnumHandler.IGNORE()
           
static PipelineComponent IsAlnumHandler.QUOTE()
           
static PipelineComponent NoHandler.IGNORE()
           
static PipelineComponent QuoteHandler.ACCEPT()
           
static PipelineComponent QuoteHandler.IGNORE()
           
static PipelineComponent QuoteHandler.QUOTE()
           
static PipelineComponent QuoteHandler.UNQUOTE()
           
static PipelineComponent SeparatorHandler.ACCEPT()
           
static PipelineComponent SeparatorHandler.IGNORE()
           
static PipelineComponent SeparatorHandler.ENDPIECE()
           
static PipelineComponent TransparentHandler.IGNORE()
           
static PipelineComponent WhitespacesHandler.IGNORE()
           
static PipelineComponent WhitespacesHandler.ACCEPT()
           
 

Methods in org.dbunit.dataset.csv.handlers with parameters of type PipelineComponent
 void Pipeline.putFront(PipelineComponent component)
           
 void Pipeline.remove(PipelineComponent component)
           
 void PipelineComponent.setSuccessor(PipelineComponent successor)
           
 void AbstractPipelineComponent.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.