argparser
Class SimpleExample

java.lang.Object
  extended byargparser.SimpleExample

public class SimpleExample
extends java.lang.Object

Gives a very simple example of the use of ArgParser.


Constructor Summary
SimpleExample()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run this to invoke command line parsing.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleExample

public SimpleExample()
Method Detail

main

public static void main(java.lang.String[] args)
Run this to invoke command line parsing.