net.sf.statcvs
Class Main

java.lang.Object
  extended bynet.sf.statcvs.Main

public class Main
extends java.lang.Object

StatCvs Main Class; it starts the Application

Version:
$Id: Main.java,v 1.27 2003/03/25 01:20:15 lukasz Exp $
Author:
Lukasz Pekacki

Constructor Summary
Main()
           
 
Method Summary
static void execute()
          Does more initialisation stuff and generates HTML suite.
static void initLogManager()
          Method initLogManager.
static void main(java.lang.String[] args)
          Main method of StatCvs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Main method of StatCvs

Parameters:
args - command line options

execute

public static void execute()
                    throws java.io.IOException
Does more initialisation stuff and generates HTML suite. ConfigurationOptions must be set before calling this. Used as a hook by the StatCvsTask.

Throws:
java.io.IOException - on file access error

initLogManager

public static void initLogManager()
Method initLogManager.