snaq.util.jclap.example
Class ParserExample

java.lang.Object
  extended by snaq.util.jclap.example.ParserExample

public class ParserExample
extends java.lang.Object

Example usage of CLAParser class, showing how options may be added, parsed, and referenced, along with a recommended exception-handling strategy.

Author:
Giles Winstanley

Constructor Summary
ParserExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserExample

public ParserExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws OptionException
Throws:
OptionException