Uses of Interface
aQute.bnd.service.RepositoryPlugin
Packages that use RepositoryPlugin
Package
Description
This package provides baseline support.
-
Uses of RepositoryPlugin in aQute.bnd.build
Classes in aQute.bnd.build that implement RepositoryPluginMethods in aQute.bnd.build that return RepositoryPluginMethods in aQute.bnd.build that return types with arguments of type RepositoryPluginModifier and TypeMethodDescriptionorg.osgi.util.promise.Promise<List<RepositoryPlugin>> Workspace.getInitializedRepositories()Get the repositories and ensure they are all ready.Workspace.getRepositories()Methods in aQute.bnd.build with parameters of type RepositoryPluginModifier and TypeMethodDescriptionvoidProject.copy(RepositoryPlugin source, Instructions filter, RepositoryPlugin destination) voidProject.copy(RepositoryPlugin source, String filter, RepositoryPlugin destination) Copy a repository to another repositoryvoidWorkspace.refresh(RepositoryPlugin repo) aQute.service.reporter.Messages.ERRORProjectMessages.Release_Into_Exception_(String jar, RepositoryPlugin rp, Exception e) Method parameters in aQute.bnd.build with type arguments of type RepositoryPluginModifier and TypeMethodDescriptionaQute.service.reporter.Messages.ERRORProjectMessages.FoundVersions_ForStrategy_ButNoProvider(SortedMap<Version, RepositoryPlugin> versions, Strategy useStrategy) aQute.service.reporter.Messages.ERRORProjectMessages.ReleaseRepository_NotFoundIn_(String name, List<RepositoryPlugin> plugins) -
Uses of RepositoryPlugin in aQute.bnd.build.api
Method parameters in aQute.bnd.build.api with type arguments of type RepositoryPluginModifier and TypeMethodDescriptionOnWorkspace.repositoriesReady(Consumer<? super Collection<RepositoryPlugin>> cb) Callback when the repositories have all loaded or failed after an initialize. -
Uses of RepositoryPlugin in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type RepositoryPluginModifier and TypeMethodDescriptionstatic aQute.bnd.differ.ElementRepositoryElement.getTree(RepositoryPlugin repo) -
Uses of RepositoryPlugin in aQute.bnd.maven
Classes in aQute.bnd.maven that implement RepositoryPlugin -
Uses of RepositoryPlugin in aQute.bnd.maven.support
Classes in aQute.bnd.maven.support that implement RepositoryPlugin -
Uses of RepositoryPlugin in aQute.bnd.service
Subinterfaces of RepositoryPlugin in aQute.bnd.serviceMethods in aQute.bnd.service with parameters of type RepositoryPluginModifier and TypeMethodDescriptionvoidRepositoryListenerPlugin.bundleAdded(RepositoryPlugin repository, Jar jar, File file) Called when a bundle is added to a repository.voidRepositoryListenerPlugin.bundleRemoved(RepositoryPlugin repository, Jar jar, File file) Called when a bundle removed from a repository.voidRepositoryListenerPlugin.repositoryRefreshed(RepositoryPlugin repository) Called when a large or unknown set of changes have occurred in the repository. -
Uses of RepositoryPlugin in aQute.bnd.service.repository
Subinterfaces of RepositoryPlugin in aQute.bnd.service.repositoryModifier and TypeInterfaceDescriptioninterfaceCan return aSearchableRepository.ResourceDescriptorfor a given bsn/version. -
Uses of RepositoryPlugin in aQute.lib.deployer
Classes in aQute.lib.deployer that implement RepositoryPluginModifier and TypeClassDescriptionclassA FileRepo is the primary and example implementation of a repository based on a file system.class