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
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether this helper allows input to end while it is active.
-
Constructor Details
-
Helper
public Helper()
-
-
Method Details
-
allowForNoMoreInput
Returns whether this helper allows input to end while it is active. The default implementation always allows it.- Returns:
trueif ending input now is allowed.- Throws:
IllegalStateException- if this helper's state cannot be evaluated.
-