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 ReportGeneratorBuilderReportGeneratorBuilder. 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 ReportGeneratorBuilderReportGeneratorBuilder. create()Create a new builder.ReportGeneratorBuilderReportGeneratorBuilder. registerPlugin(java.lang.String className)Register a plugin to be used by theReportGeneratorConstants.REPORT_CONFIG_INSTRUCTIONand to be able to use plugin short names.private ReportGeneratorBuilderReportGeneratorBuilder. registerPluginIfAbsent(java.lang.String className)ReportGeneratorBuilderReportGeneratorBuilder. setProcessor(Processor processor)Set the processor from which plugins are loaded as well as properties and to which errors are reported.ReportGeneratorBuilderReportGeneratorBuilder. useCustomConfig()If set, theReportGeneratorConstants.REPORT_CONFIG_INSTRUCTIONinstruction will be processed to customize the report generation.ReportGeneratorBuilderReportGeneratorBuilder. withAggregatorProjectDefaultPlugins()Add the default plugins used to extract aggregator project or workspace data.ReportGeneratorBuilderReportGeneratorBuilder. withBundleDefaultPlugins()Add the default plugins used to extract bundle data.ReportGeneratorBuilderReportGeneratorBuilder. 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 ReportGeneratorBuilderBndProjectContentsPlugin. _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 ReportGeneratorBuilderBndWorkspaceContentsPlugin. _generatorBuilder
-