Uses of Interface
aQute.bnd.service.reporter.ReportGeneratorService
-
Packages that use ReportGeneratorService Package Description biz.aQute.bnd.reporter.exporter biz.aQute.bnd.reporter.generator -
-
Uses of ReportGeneratorService in biz.aQute.bnd.reporter.exporter
Fields in biz.aQute.bnd.reporter.exporter declared as ReportGeneratorService Modifier and Type Field Description private ReportGeneratorService
ReportExporter. _generator
private ReportGeneratorService
ReportExporterBuilder. _generator
Methods in biz.aQute.bnd.reporter.exporter with parameters of type ReportGeneratorService Modifier and Type Method Description ReportExporterBuilder
ReportExporterBuilder. setGenerator(ReportGeneratorService generator)
Set the generator which will be used to generate the reports.Constructors in biz.aQute.bnd.reporter.exporter with parameters of type ReportGeneratorService Constructor Description ReportExporter(java.lang.String scope, Processor processor, ReportGeneratorService generator)
-
Uses of ReportGeneratorService in biz.aQute.bnd.reporter.generator
Classes in biz.aQute.bnd.reporter.generator that implement ReportGeneratorService Modifier and Type Class Description (package private) class
ReportGenerator
Methods in biz.aQute.bnd.reporter.generator that return ReportGeneratorService Modifier and Type Method Description ReportGeneratorService
ReportGeneratorBuilder. build()
Build the service.
-