spec.reporter
Class ReportGenerator
java.lang.Object
spec.reporter.ReportGenerator
public class ReportGenerator
- extends java.lang.Object
Constructor Summary |
ReportGenerator(java.lang.String ifn,
boolean doHtml,
boolean doTxt,
boolean doSub,
boolean doSummary)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reporterDir
protected static java.lang.String reporterDir
specNonCompliance
protected static java.lang.String specNonCompliance
specNonComplianceReason
protected static java.lang.String specNonComplianceReason
specNonComplianceRemedy
protected static java.lang.String specNonComplianceRemedy
specLogo
protected static java.lang.String specLogo
ReportGenerator
public ReportGenerator(java.lang.String ifn,
boolean doHtml,
boolean doTxt,
boolean doSub,
boolean doSummary)
generateCopyRightStatement
public void generateCopyRightStatement(Writer w)
generateReport
public java.lang.String generateReport()
main2
public static java.lang.String main2(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception