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 SummaryConstructors Constructor Description ExtractTable()Creates a new instance of the extraction object.
 - 
Method SummaryAll 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- 
mainpublic 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.CsvValidationException
- java.io.IOException
 
 
- 
 
-