org.dbunit.dataset.csv.handlers
Class Helper

java.lang.Object
  extended byorg.dbunit.dataset.csv.handlers.Helper
Direct Known Subclasses:
AbstractPipelineComponent.ACCEPT, AbstractPipelineComponent.IGNORE, IsAlnumHandler.QUOTE, IsAlnumHandler.UNQUOTE, QuoteHandler.QUOTE, QuoteHandler.UNQUOTE, SeparatorHandler.ENDPIECE, UnquotedFieldAssembler.ASSEMBLE

public abstract class Helper
extends java.lang.Object


Constructor Summary
Helper()
           
 
Method Summary
 boolean allowForNoMoreInput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Helper

public Helper()
Method Detail

allowForNoMoreInput

public boolean allowForNoMoreInput()
                            throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException


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