Package net.sf.statcvs
Class Main
java.lang.Object
net.sf.statcvs.Main
StatCvs Main Class; it starts the application and controls command-line
related stuff
- Version:
- $Id: Main.java,v 1.68 2009/08/05 16:32:10 benoitx Exp $
- Author:
- Lukasz Pekacki, Richard Cyganiak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Generates HTML report.static void
Main method of StatCvs
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
Main method of StatCvs- Parameters:
args
- command line options
-
generateDefaultHTMLSuite
public static void generateDefaultHTMLSuite() throws LogSyntaxException, IOException, ConfigurationExceptionGenerates HTML report.ConfigurationOptions
must be initialized before calling this method.- Throws:
LogSyntaxException
- if the logfile contains unexpected syntaxIOException
- if some file can't be read or writtenConfigurationException
- if a required ConfigurationOption was not set
-