Uses of Interface
org.supercsv.comment.CommentMatcher
-
Packages that use CommentMatcher Package Description org.supercsv.comment Provides the classes used for skipping comments.org.supercsv.prefs Provides the configuration classes used when instantiating readers and writers. -
-
Uses of CommentMatcher in org.supercsv.comment
Classes in org.supercsv.comment that implement CommentMatcher Modifier and Type Class Description class
CommentMatches
CommentMatcher that matches lines that match a specified regular expression.class
CommentStartsWith
CommentMatcher that matches lines that begin with a specified String. -
Uses of CommentMatcher in org.supercsv.prefs
Methods in org.supercsv.prefs that return CommentMatcher Modifier and Type Method Description CommentMatcher
CsvPreference. getCommentMatcher()
Returns the comment matcher.Methods in org.supercsv.prefs with parameters of type CommentMatcher Modifier and Type Method Description CsvPreference.Builder
CsvPreference.Builder. skipComments(CommentMatcher commentMatcher)
Enables the skipping of comments.
-