Class ExtractTable


  • public class ExtractTable
    extends java.lang.Object
    Implements a table extraction application. Uses the Apache Jakarta Commons CLI library to parse the command line.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtractTable()
      Creates a new instance of the extraction object.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Runs the application with given command-line arguments.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtractTable

        public ExtractTable()
        Creates a new instance of the extraction object. Sets up the command-line options.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws com.opencsv.exceptions.CsvValidationException,
                                java.io.IOException
        Runs the application with given command-line arguments.
        Parameters:
        args - the command-line arguments
        Throws:
        com.opencsv.exceptions.CsvValidationException
        java.io.IOException