de.goerntkai.scot.app
Class Main

java.lang.Object
  extended byde.goerntkai.scot.app.Main

public class Main
extends java.lang.Object

Main configures and starts up the application. It also feeds back to the user. Main is the class that will be started from the command line or from other applications like Ant.

The application may be configured by command line parameter as well as by property files.

Version:
$Id: Main.java,v 1.11 2005/05/19 20:19:36 GoerntKai Exp $
Author:
Kai Görnt

Method Summary
static void main(java.lang.String[] args)
          Instantiates Main and runs start.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

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

Instantiates Main and runs start. Also holds a default excepion handling.

Parameters:
args - command line parameters


© 2004 by Kai Görnt