Uses of Interface
aQute.bnd.service.reporter.ReportEntryPlugin
-
-
Uses of ReportEntryPlugin in biz.aQute.bnd.reporter.generator
Methods in biz.aQute.bnd.reporter.generator with parameters of type ReportEntryPlugin Modifier and Type Method Description private boolean
ReportGenerator. checkEntryName(ReportEntryPlugin<?> plugin)
private boolean
ReportGenerator. checkFilters(ReportEntryPlugin<?> p, Filter filter)
private boolean
ReportGenerator. checkSourceType(ReportEntryPlugin<?> plugin, java.lang.Object source)
-
Uses of ReportEntryPlugin in biz.aQute.bnd.reporter.plugins.entries.any
Classes in biz.aQute.bnd.reporter.plugins.entries.any that implement ReportEntryPlugin Modifier and Type Class Description class
AnyEntryPlugin
This plugin allows the user to define a report entry in a bnd property file.class
ImportResourcePlugin
This plugin allows to add a local or remote file to the report. -
Uses of ReportEntryPlugin in biz.aQute.bnd.reporter.plugins.entries.bndproject
Classes in biz.aQute.bnd.reporter.plugins.entries.bndproject that implement ReportEntryPlugin Modifier and Type Class Description class
BndProjectContentsPlugin
This plugins allows to extract all the bundles built by a bnd project.class
CodeSnippetPlugin
This plugins allows to extract code snippets from a project.class
CommonInfoProjectPlugin
This plugins extract common info from a project. -
Uses of ReportEntryPlugin in biz.aQute.bnd.reporter.plugins.entries.bndworkspace
Classes in biz.aQute.bnd.reporter.plugins.entries.bndworkspace that implement ReportEntryPlugin Modifier and Type Class Description class
BndWorkspaceContentsPlugin
This plugins allows to extract all the bnd projects built by a bnd workspace.class
CommonInfoPlugin
This plugins extract common info from a workspace. -
Uses of ReportEntryPlugin in biz.aQute.bnd.reporter.plugins.entries.bundle
Classes in biz.aQute.bnd.reporter.plugins.entries.bundle that implement ReportEntryPlugin Modifier and Type Class Description class
ComponentsPlugin
This plugin allows to add all the components defined in a bundle to the report.class
ImportJarResourcePlugin
This plugin allows to add a file localized in a Jar to the report.class
ManifestPlugin
This plugin allows to add some of the bundle manifest headers to the report.class
MavenCoordinatePlugin
This plugin find and add the content of the pom.properties file to the report.class
MetatypesPlugin
This plugin allows to add all the metatype resources defined in a bundle to the report. -
Uses of ReportEntryPlugin in biz.aQute.bnd.reporter.plugins.entries.processor
Classes in biz.aQute.bnd.reporter.plugins.entries.processor that implement ReportEntryPlugin Modifier and Type Class Description class
FileNamePlugin
This plugin extracts the file name of the base of a Processor.
-