Package aQute.bnd.service
Interface RegistryPlugin
-
- All Known Implementing Classes:
BasicAuthentication
,BearerAuthentication
,BndAuthentication
,ConnectionSettings
,DefaultURLConnectionHandler
,FileRepo
,HttpsVerification
,InfoFileRepo
,JartoolSigner
,MavenRemoteRepository
public interface RegistryPlugin
A plugin that wants a registry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setRegistry(Registry registry)
-
-
-
Method Detail
-
setRegistry
void setRegistry(Registry registry)
-
-