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 Summary
Constructors Constructor Description ExtractTable()Creates a new instance of the extraction object. -
Method Summary
-
Constructor Details
-
ExtractTable
public ExtractTable()Creates a new instance of the extraction object. Sets up the command-line options.
-
-
Method Details
-
main
Runs the application with given command-line arguments.- Parameters:
args- the command-line arguments- Throws:
com.opencsv.exceptions.CsvValidationException
-