com.screamingcoder.plebeians
Class StartMain

java.lang.Object
  extended by com.screamingcoder.plebeians.StartMain

public class StartMain
extends java.lang.Object

This is the main class that should always be called from the command line for a plebeians app. Something like: java -jar MyApp.jar com.screamingcoder.plebeians.StarMain arguments


Constructor Summary
StartMain(java.lang.String[] commandLineArgs)
           
 
Method Summary
 void go()
           
static void main(java.lang.String[] args)
          The main method called from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartMain

public StartMain(java.lang.String[] commandLineArgs)
          throws java.awt.HeadlessException
Throws:
java.awt.HeadlessException
Method Detail

go

public void go()

main

public static void main(java.lang.String[] args)
The main method called from the command line. This little puppy will get the ball rolling.

Parameters:
args - the command line arguments