| Package | Description |
|---|---|
| biz.aQute.bnd.reporter.generator |
| Modifier and Type | Method and Description |
|---|---|
ReportGeneratorBuilder |
ReportGeneratorBuilder.addPlugin(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(String className)
Register a plugin to be used by the
ReportGeneratorConstants.REPORT_CONFIG_INSTRUCTION and to be able
to use plugin short names. |
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, the
ReportGeneratorConstants.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.
|
Copyright © 2021. All rights reserved.