Uses of Class
org.dbunit.dataset.common.handlers.Helper
Packages that use Helper
-
Uses of Helper in org.dbunit.dataset.common.handlers
Subclasses of Helper in org.dbunit.dataset.common.handlersModifier and TypeClassDescriptionprotected static classHelper that forwards the character to its handler'sAbstractPipelineComponent.accept(char)method.protected static classHelper that silently discards the character it is given.protected static classHelper that starts a quoted field, re-arranging the pipeline to accept characters literally until the closing quote.protected static classHelper that ends a quoted field, restoring the pipeline's pre-quote state.protected static classHelper that starts a quoted field, re-arranging the pipeline to accept characters literally until the closing quote.protected static classHelper that ends a quoted field, restoring the pipeline's pre-quote state.protected static classHelper that ends the current field, notifying the pipeline the piece is done.protected static classHelper that notifies the pipeline the current field is done.Methods in org.dbunit.dataset.common.handlers that return HelperModifier and TypeMethodDescriptionprotected HelperAbstractPipelineComponent.getHelper()Returns the helper currently handling characters for this component.Methods in org.dbunit.dataset.common.handlers with parameters of type HelperModifier and TypeMethodDescriptionprotected static PipelineComponentAbstractPipelineComponent.createPipelineComponent(AbstractPipelineComponent handler, Helper helper) Links the given helper and handler to each other and returns the handler.