Uses of Class
biz.aQute.bnd.reporter.exporter.ReportExporterBuilder
-
Packages that use ReportExporterBuilder Package Description biz.aQute.bnd.reporter.exporter -
-
Uses of ReportExporterBuilder in biz.aQute.bnd.reporter.exporter
Methods in biz.aQute.bnd.reporter.exporter that return ReportExporterBuilder Modifier and Type Method Description static ReportExporterBuilderReportExporterBuilder. create()Create a new builder.ReportExporterBuilderReportExporterBuilder. setGenerator(ReportGeneratorService generator)Set the generator which will be used to generate the reports.ReportExporterBuilderReportExporterBuilder. setProcessor(Processor processor)Set the processor from which plugins are loaded as well as properties and to which errors are reported.ReportExporterBuilderReportExporterBuilder. setScope(java.lang.String scopeName)Set a scope for the exporter service.
-