Class UnquotedFieldAssembler

java.lang.Object
org.dbunit.dataset.common.handlers.AbstractPipelineComponent
org.dbunit.dataset.common.handlers.UnquotedFieldAssembler
All Implemented Interfaces:
Handler, PipelineComponent

public class UnquotedFieldAssembler extends AbstractPipelineComponent
PipelineComponent that assembles an unquoted CSV field value from its constituent characters.
Since:
2.2 (Sep 12, 2004)
Version:
$Revision$ $Date$
Author:
fede, Last changed by: $Author$
  • Constructor Details

    • UnquotedFieldAssembler

      public UnquotedFieldAssembler()
      Default constructor.
  • Method Details

    • canHandle

      public boolean canHandle(char c) throws IllegalInputCharacterException
      Description copied from interface: Handler
      Determines whether this handler can handle the given character.
      Parameters:
      c - the character to check.
      Returns:
      true if this handler can handle the character.
      Throws:
      IllegalInputCharacterException - if the character is not valid in the current context.