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