Interface CommentMatcher

All Known Implementing Classes:
CommentMatches, CommentStartsWith

public interface CommentMatcher
Interface for comment matchers.
Since:
2.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines whether a line of CSV is a comment.
  • Method Details

    • isComment

      boolean isComment(String line)
      Determines whether a line of CSV is a comment.
      Parameters:
      line - the raw line of CSV
      Returns:
      true if it's a comment, otherwise false