Class Helper

java.lang.Object
org.dbunit.dataset.common.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 Object
Abstract helper that assists a PipelineComponent in processing a character.
Since:
2.2 (Sep 12, 2004)
Version:
$Revision$ $Date$
Author:
fede, Last changed by: $Author$
  • Constructor Details

    • Helper

      public Helper()
  • Method Details

    • allowForNoMoreInput

      public boolean allowForNoMoreInput() throws IllegalStateException
      Returns whether this helper allows input to end while it is active. The default implementation always allows it.
      Returns:
      true if ending input now is allowed.
      Throws:
      IllegalStateException - if this helper's state cannot be evaluated.