gov.nasa.pds.objectAccess.example
Class ExtractTable

java.lang.Object
  extended by 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
ExtractTable()
          Creates a new instance of the extraction object.
 
Method Summary
static void main(String[] args)
          Runs the application with given command-line arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractTable

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

Method Detail

main

public static void main(String[] args)
Runs the application with given command-line arguments.

Parameters:
args - the command-line arguments


Copyright © 2014. All Rights Reserved.