Class DeleteListParser

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class DeleteListParser
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Detail

      • DeleteListParser

        public DeleteListParser​(java.nio.file.Path file)
    • Method Detail

      • getFile

        public java.nio.file.Path getFile()
      • getCurrentLineNumber

        public long getCurrentLineNumber()
      • withIdColumn

        public DeleteListParser withIdColumn​(java.lang.String name)
      • withDelimiter

        public DeleteListParser withDelimiter​(java.lang.String delimiter)
      • withCommentStart

        public DeleteListParser withCommentStart​(java.lang.String commentStart)
      • withEncoding

        public DeleteListParser withEncoding​(java.nio.charset.Charset encoding)
      • hasNext

        public boolean hasNext()
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • nextId

        public java.lang.String nextId()
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.io.IOException