| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ReportException | |
| ch.elca.dependency.report | This package contains the classes which are responsible for the reporting (batch mode without gui). | 
| Uses of ReportException in ch.elca.dependency.report | 
| Methods in ch.elca.dependency.report that throw ReportException | |
static Report | 
ReportManager.createReport(DependencyModel dependencyModel)
Create a Report on the specified RawModel and
 DependencyModel. | 
static Report | 
ReportManager.createReport(java.lang.String reportConfig,
             DependencyModel dependencyModel)
Create a Report on the specified RawModel and
 DependencyModel. | 
static void | 
ReportManager.performReporting(DependencyContext dependencyContext)
Perform reporting accordingly to the settings provided within the Hashtable argument.  | 
 void | 
Report.setReportFormatter(java.lang.String reportFormatterClassName)
Set ReportFormatter which will be used to format
 reports (use the ReportFormatter's fully Qualified class name
 to do so). | 
 void | 
Report.setReportHandler(java.lang.String reportHandlerClassName)
Set ReportHandler which will be used to output the
 formatted Report (use to ReportHandler's fully qualified name
 to do so). | 
 void | 
Report.outputReport()
Output this report.  | 
 void | 
Report.outputReport(ch.elca.dependency.report.ReportHandler reportHandler)
Output this report with the specified ReportHandler. | 
 void | 
Report.outputReport(java.lang.String report)
Output the specified report.  | 
 void | 
Report.outputReport(java.lang.String report,
             ch.elca.dependency.report.ReportHandler reportHandler)
Output the specified report with the specified ReportHandler. | 
 void | 
Report.addReportInfo(java.lang.String reportInfoClassName)
Add a ReportInfo Object specified by its fully
 qualified classname to this Report. | 
 void | 
Report.addReportInfo(java.lang.Class reportInfoClass)
Add a ReportInfo Object specified by its class to
 this Report. | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||