Class SuffixRecordSeparatorPolicy

All Implemented Interfaces:
RecordSeparatorPolicy

public class SuffixRecordSeparatorPolicy extends DefaultRecordSeparatorPolicy
A RecordSeparatorPolicy that looks for an exact match for a String at the end of a line (e.g. a semicolon).
Author:
Dave Syer
  • Field Details

    • DEFAULT_SUFFIX

      public static final String DEFAULT_SUFFIX
      Default value for record terminator suffix.
      See Also:
  • Constructor Details

    • SuffixRecordSeparatorPolicy

      public SuffixRecordSeparatorPolicy()
  • Method Details