net.sf.statsvn
public final class Main extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
generate() |
static void |
generateDefaultHTMLSuite()
Generates HTML report.
|
static void |
generateDefaultHTMLSuite(RepositoryFileManager repFileMan)
Generates HTML report.
|
static void |
init() |
static void |
main(java.lang.String[] args)
Main method of StatSVN
|
static java.lang.String |
printStackTrace(java.lang.Exception e) |
public static void main(java.lang.String[] args)
args
- command line optionspublic static void generate()
public static void init()
public static java.lang.String printStackTrace(java.lang.Exception e)
public static void generateDefaultHTMLSuite() throws net.sf.statcvs.input.LogSyntaxException, java.io.IOException, net.sf.statcvs.output.ConfigurationException
net.sf.statsvn.output.ConfigurationOptions
must be initialized before calling this method.net.sf.statcvs.input.LogSyntaxException
- if the logfile contains unexpected syntaxjava.io.IOException
- if some file can't be read or writtennet.sf.statcvs.output.ConfigurationException
- if a required ConfigurationOption was not setpublic static void generateDefaultHTMLSuite(RepositoryFileManager repFileMan) throws net.sf.statcvs.input.LogSyntaxException, java.io.IOException, net.sf.statcvs.output.ConfigurationException
net.sf.statsvn.output.ConfigurationOptions
must be initialized before calling this method.externalRepositoryFileManager
- RepositoryFileManager which is used to access the files in the
repository.net.sf.statcvs.input.LogSyntaxException
- if the logfile contains unexpected syntaxjava.io.IOException
- if some file can't be read or writtennet.sf.statcvs.output.ConfigurationException
- if a required ConfigurationOption was not set