net.sf.statcvs
Class Main
java.lang.Object
net.sf.statcvs.Main
- public class Main
- extends Object
StatCvs Main Class; it starts the application and controls command-line
related stuff
- Version:
- $Id: Main.java,v 1.46 2004/10/12 13:24:03 cyganiak Exp $
- Author:
- Lukasz Pekacki, Richard Cyganiak
Constructor Summary |
Main()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
main
public static void main(String[] args)
- Main method of StatCvs
- Parameters:
args
- command line options
generateDefaultHTMLSuite
public static void generateDefaultHTMLSuite()
throws LogSyntaxException,
IOException,
ConfigurationException,
EmptyRepositoryException
- Generates HTML report.
ConfigurationOptions
must be initialized before calling this method.
- Throws:
LogSyntaxException
- if the logfile contains unexpected syntax
IOException
- if some file can't be read or written
ConfigurationException
- if a required ConfigurationOption was not set
EmptyRepositoryException