public class Main
extends java.lang.Object
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static void |
generateDefaultHTMLSuite()
Generates HTML report.
|
static void |
main(java.lang.String[] args)
Main method of StatCvs
|
public static void main(java.lang.String[] args)
args
- command line optionspublic static void generateDefaultHTMLSuite() throws LogSyntaxException, java.io.IOException, ConfigurationException
ConfigurationOptions
must be initialized before calling this method.LogSyntaxException
- if the logfile contains unexpected syntaxjava.io.IOException
- if some file can't be read or writtenConfigurationException
- if a required ConfigurationOption was not set