Class QuoteHandler.UNQUOTE
java.lang.Object
org.dbunit.dataset.common.handlers.Helper
org.dbunit.dataset.common.handlers.QuoteHandler.UNQUOTE
- Enclosing class:
QuoteHandler
Helper that ends a quoted field, restoring the pipeline's pre-quote state.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether this helper allows input to end while it is active.voidhelpWith(char c)
-
Constructor Details
-
UNQUOTE
protected UNQUOTE()
-
-
Method Details
-
helpWith
public void helpWith(char c) -
allowForNoMoreInput
public boolean allowForNoMoreInput()Description copied from class:HelperReturns whether this helper allows input to end while it is active. The default implementation always allows it.- Overrides:
allowForNoMoreInputin classHelper- Returns:
trueif ending input now is allowed.
-