Uses of Class
aQute.bnd.annotation.plugin.BndPlugin
-
-
Uses of BndPlugin in aQute.bnd.exporter.executable
Classes in aQute.bnd.exporter.executable with annotations of type BndPlugin Modifier and Type Class Description class
ExecutableJarExporter
-
Uses of BndPlugin in aQute.bnd.exporter.runbundles
Classes in aQute.bnd.exporter.runbundles with annotations of type BndPlugin Modifier and Type Class Description class
RunbundlesExporter
-
Uses of BndPlugin in aQute.bnd.exporter.subsystem
Classes in aQute.bnd.exporter.subsystem with annotations of type BndPlugin Modifier and Type Class Description class
SubsystemExporter
-
Uses of BndPlugin in aQute.bnd.plugin.ant
Classes in aQute.bnd.plugin.ant with annotations of type BndPlugin Modifier and Type Class Description class
AntPlugin
This plugin creates a build.xml file in the project when a project gets created. -
Uses of BndPlugin in aQute.bnd.plugin.eclipse
Classes in aQute.bnd.plugin.eclipse with annotations of type BndPlugin Modifier and Type Class Description class
EclipsePlugin
This plugin creates a build.xml file in the project when a project gets created. -
Uses of BndPlugin in aQute.bnd.plugin.git
Classes in aQute.bnd.plugin.git with annotations of type BndPlugin Modifier and Type Class Description class
GitPlugin
Adds .gitignore files to projects when created. -
Uses of BndPlugin in aQute.bnd.plugin.gradle
Classes in aQute.bnd.plugin.gradle with annotations of type BndPlugin Modifier and Type Class Description class
GradlePlugin
The Gradle life cycle plugin. -
Uses of BndPlugin in aQute.bnd.plugin.maven
Classes in aQute.bnd.plugin.maven with annotations of type BndPlugin Modifier and Type Class Description class
MavenPlugin
This plugin provides life cycle support for maven projects -
Uses of BndPlugin in aQute.bnd.signing
Classes in aQute.bnd.signing with annotations of type BndPlugin Modifier and Type Class Description class
JartoolSigner
Sign the jar file. -
Uses of BndPlugin in aQute.bnd.url
Classes in aQute.bnd.url with annotations of type BndPlugin Modifier and Type Class Description class
BasicAuthentication
Provide Http Basic Authentication.class
BearerAuthentication
Provide Http Bearer Authentication.class
BndAuthentication
bnd has a builtin delegated authentication mechanism, seeSettings
.class
ConnectionSettings
Generic connection setter can set a number of basic properties if applicable and can add generic headers.class
HttpsVerification
TODO Needs testing Can be used to override default verification of HTTPS. -
Uses of BndPlugin in aQute.lib.deployer
Classes in aQute.lib.deployer with annotations of type BndPlugin Modifier and Type Class Description class
FileRepo
A FileRepo is the primary and example implementation of a repository based on a file system. -
Uses of BndPlugin in aQute.lib.spring
Classes in aQute.lib.spring with annotations of type BndPlugin Modifier and Type Class Description class
JPAComponent
This component is called when we find a resource in the META-INF/*.xml pattern.class
SpringComponent
This component is called when we find a resource in the META-INF/*.xml pattern.class
SpringXMLType
This component is called when we find a resource in the META-INF/*.xml pattern. -
Uses of BndPlugin in biz.aQute.bnd.reporter.plugins.entries.any
Classes in biz.aQute.bnd.reporter.plugins.entries.any with annotations of type BndPlugin 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 BndPlugin in biz.aQute.bnd.reporter.plugins.entries.bndproject
Classes in biz.aQute.bnd.reporter.plugins.entries.bndproject with annotations of type BndPlugin 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 BndPlugin in biz.aQute.bnd.reporter.plugins.entries.bndworkspace
Classes in biz.aQute.bnd.reporter.plugins.entries.bndworkspace with annotations of type BndPlugin 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 BndPlugin in biz.aQute.bnd.reporter.plugins.entries.bundle
Classes in biz.aQute.bnd.reporter.plugins.entries.bundle with annotations of type BndPlugin 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 BndPlugin in biz.aQute.bnd.reporter.plugins.entries.processor
Classes in biz.aQute.bnd.reporter.plugins.entries.processor with annotations of type BndPlugin Modifier and Type Class Description class
FileNamePlugin
This plugin extracts the file name of the base of a Processor.
-