Class ExtractTable
- java.lang.Object
-
- gov.nasa.pds.objectAccess.example.ExtractTable
-
public class ExtractTable extends java.lang.ObjectImplements 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 voidmain(java.lang.String[] args)Runs the application with given command-line arguments.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws com.opencsv.exceptions.CsvValidationException, java.io.IOExceptionRuns the application with given command-line arguments.- Parameters:
args- the command-line arguments- Throws:
com.opencsv.exceptions.CsvValidationExceptionjava.io.IOException
-
-