jasm
Class Main

java.lang.Object
  extended by jasm.Main

public class Main
extends java.lang.Object


Field Summary
static OptArg[] DEFAULT_OPTIONS
           
static int MAJOR_VERSION
           
static int MINOR_REVISION
           
static int MINOR_VERSION
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void run(java.lang.String[] _args)
           
protected static void usage()
           
protected static void version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR_VERSION

public static final int MAJOR_VERSION

MINOR_VERSION

public static final int MINOR_VERSION

MINOR_REVISION

public static final int MINOR_REVISION

DEFAULT_OPTIONS

public static final OptArg[] DEFAULT_OPTIONS
Constructor Detail

Main

public Main()
Method Detail

run

public static void run(java.lang.String[] _args)
                throws java.io.IOException
Throws:
java.io.IOException

main

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

version

protected static void version()

usage

protected static void usage()


Copyright © 2013 David J. Pearce. All Rights Reserved.