Uses of Class
biz.aQute.bnd.reporter.generator.ReportGeneratorBuilder
-
Packages that use ReportGeneratorBuilder Package Description biz.aQute.bnd.reporter.generator biz.aQute.bnd.reporter.plugins.entries.bndproject biz.aQute.bnd.reporter.plugins.entries.bndworkspace -
-
Uses of ReportGeneratorBuilder in biz.aQute.bnd.reporter.generator
Methods in biz.aQute.bnd.reporter.generator that return ReportGeneratorBuilder Modifier and Type Method Description ReportGeneratorBuilder
ReportGeneratorBuilder. addPlugin(java.lang.String classNameOrPluginName)
Add a plugin to be used as default plugins for custom configuration or in addition to plugins defined by the processor.static ReportGeneratorBuilder
ReportGeneratorBuilder. create()
Create a new builder.ReportGeneratorBuilder
ReportGeneratorBuilder. registerPlugin(java.lang.String className)
Register a plugin to be used by theReportGeneratorConstants.REPORT_CONFIG_INSTRUCTION
and to be able to use plugin short names.private ReportGeneratorBuilder
ReportGeneratorBuilder. registerPluginIfAbsent(java.lang.String className)
ReportGeneratorBuilder
ReportGeneratorBuilder. setProcessor(Processor processor)
Set the processor from which plugins are loaded as well as properties and to which errors are reported.ReportGeneratorBuilder
ReportGeneratorBuilder. useCustomConfig()
If set, theReportGeneratorConstants.REPORT_CONFIG_INSTRUCTION
instruction will be processed to customize the report generation.ReportGeneratorBuilder
ReportGeneratorBuilder. withAggregatorProjectDefaultPlugins()
Add the default plugins used to extract aggregator project or workspace data.ReportGeneratorBuilder
ReportGeneratorBuilder. withBundleDefaultPlugins()
Add the default plugins used to extract bundle data.ReportGeneratorBuilder
ReportGeneratorBuilder. withProjectDefaultPlugins()
Add the default plugins used to extract project data. -
Uses of ReportGeneratorBuilder in biz.aQute.bnd.reporter.plugins.entries.bndproject
Fields in biz.aQute.bnd.reporter.plugins.entries.bndproject declared as ReportGeneratorBuilder Modifier and Type Field Description private ReportGeneratorBuilder
BndProjectContentsPlugin. _generatorBuilder
-
Uses of ReportGeneratorBuilder in biz.aQute.bnd.reporter.plugins.entries.bndworkspace
Fields in biz.aQute.bnd.reporter.plugins.entries.bndworkspace declared as ReportGeneratorBuilder Modifier and Type Field Description private ReportGeneratorBuilder
BndWorkspaceContentsPlugin. _generatorBuilder
-