public class ReportGenerator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportGenerator.Format
to create a custom report, extend this enum with the name of your choice
|
| Constructor and Description |
|---|
ReportGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(java.lang.String... args)
Starts the respective report (default is HTML5)
|
static AbstractReportGenerator |
generateHtml5Report()
Searches the Html5ReportGenerator in Java path and instantiates the report
|
static void |
main(java.lang.String... args) |
public void generate(java.lang.String... args)
public static AbstractReportGenerator generateHtml5Report()
public static void main(java.lang.String... args)
throws java.lang.Exception
java.lang.Exception