Class ExtractTable

java.lang.Object
gov.nasa.pds.objectAccess.example.ExtractTable

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

    • ExtractTable

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

    • main

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