Uses of Interface
aQute.bnd.service.RegistryPlugin
-
Packages that use RegistryPlugin Package Description aQute.bnd.build aQute.bnd.maven.support aQute.bnd.url aQute.lib.deployer biz.aQute.bnd.reporter.plugins.entries.any biz.aQute.bnd.reporter.plugins.entries.bundle -
-
Uses of RegistryPlugin in aQute.bnd.build
Classes in aQute.bnd.build that implement RegistryPlugin Modifier and Type Class Description (package private) class
Workspace.CachedFileRepo
-
Uses of RegistryPlugin in aQute.bnd.maven.support
Classes in aQute.bnd.maven.support that implement RegistryPlugin Modifier and Type Class Description class
MavenRemoteRepository
-
Uses of RegistryPlugin in aQute.bnd.url
Classes in aQute.bnd.url that implement RegistryPlugin 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
DefaultURLConnectionHandler
Base class for the URL Connection handlers.class
HttpsVerification
TODO Needs testing Can be used to override default verification of HTTPS. -
Uses of RegistryPlugin in aQute.lib.deployer
Classes in aQute.lib.deployer that implement RegistryPlugin Modifier and Type Class Description class
FileRepo
A FileRepo is the primary and example implementation of a repository based on a file system.class
InfoFileRepo
-
Uses of RegistryPlugin in biz.aQute.bnd.reporter.plugins.entries.any
Classes in biz.aQute.bnd.reporter.plugins.entries.any that implement RegistryPlugin Modifier and Type Class Description class
ImportResourcePlugin
This plugin allows to add a local or remote file to the report. -
Uses of RegistryPlugin in biz.aQute.bnd.reporter.plugins.entries.bundle
Classes in biz.aQute.bnd.reporter.plugins.entries.bundle that implement RegistryPlugin Modifier and Type Class Description class
ImportJarResourcePlugin
This plugin allows to add a file localized in a Jar to the report.
-