org.brains2b.attest
Class Attest

java.lang.Object
  extended by org.brains2b.console.Main
      extended by org.brains2b.attest.Attest

public class Attest
extends org.brains2b.console.Main


Constructor Summary
Attest()
           
 
Method Summary
protected  void handleException(org.brains2b.console.ArgumentException ex)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.brains2b.console.Main
getArgument, getArgumentMap, makeArgumentList, setArgument, setArgumentMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attest

public Attest()
Method Detail

main

public static void main(java.lang.String[] args)

handleException

protected void handleException(org.brains2b.console.ArgumentException ex)
Overrides:
handleException in class org.brains2b.console.Main