Uses of Interface
aQute.bnd.service.Registry

Packages that use Registry
aQute.bnd.build   
aQute.bnd.component   
aQute.bnd.maven   
aQute.bnd.maven.support   
aQute.bnd.osgi   
aQute.bnd.service   
aQute.bnd.signing   
aQute.bnd.url   
aQute.lib.deployer   
 

Uses of Registry in aQute.bnd.build
 

Classes in aQute.bnd.build that implement Registry
 class Project
          This class is NOT threadsafe
 class ProjectBuilder
           
 class Run
           
 class Workspace
           
 

Uses of Registry in aQute.bnd.component
 

Classes in aQute.bnd.component that implement Registry
 class HeaderReader
           
 

Uses of Registry in aQute.bnd.maven
 

Classes in aQute.bnd.maven that implement Registry
 class MavenCommand
           
 class MavenDeployCmd
           
 class PomParser
          Provides a way to parse a maven pom as properties.
 

Uses of Registry in aQute.bnd.maven.support
 

Methods in aQute.bnd.maven.support with parameters of type Registry
 void MavenRemoteRepository.setRegistry(Registry registry)
           
 

Uses of Registry in aQute.bnd.osgi
 

Classes in aQute.bnd.osgi that implement Registry
 class Analyzer
           
 class Builder
          Include-Resource: ( [name '=' ] file )+ Private-Package: package-decl ( ',' package-decl )* Export-Package: package-decl ( ',' package-decl )* Import-Package: package-decl ( ',' package-decl )*
 class Processor
           
 class Verifier
           
 

Uses of Registry in aQute.bnd.service
 

Methods in aQute.bnd.service with parameters of type Registry
 void RegistryPlugin.setRegistry(Registry registry)
           
 

Uses of Registry in aQute.bnd.signing
 

Classes in aQute.bnd.signing that implement Registry
 class Signer
          This class is used with the aQute.bnd.osgi package, it signs jars with DSA signature.
 

Uses of Registry in aQute.bnd.url
 

Fields in aQute.bnd.url declared as Registry
protected  Registry DefaultURLConnectionHandler.registry
           
 

Methods in aQute.bnd.url with parameters of type Registry
 void DefaultURLConnectionHandler.setRegistry(Registry registry)
          We are a @link RegistryPlugin for convenience to our subclasses.
 

Constructors in aQute.bnd.url with parameters of type Registry
MultiURLConnectionHandler(Registry registry)
           
 

Uses of Registry in aQute.lib.deployer
 

Methods in aQute.lib.deployer with parameters of type Registry
 void FileRepo.setRegistry(Registry registry)
           
 



Copyright © 2014 aQute SARL. All rights reserved.