Uses of Interface
aQute.bnd.service.RepositoryPlugin
-
Packages that use RepositoryPlugin Package Description aQute.bnd.build aQute.bnd.differ This package provides baseline support.aQute.bnd.main aQute.bnd.maven aQute.bnd.maven.support aQute.bnd.service aQute.bnd.service.repository aQute.lib.deployer -
-
Uses of RepositoryPlugin in aQute.bnd.build
Classes in aQute.bnd.build that implement RepositoryPlugin Modifier and Type Class Description (package private) classWorkspace.CachedFileRepoclassWorkspaceRepositoryFields in aQute.bnd.build with type parameters of type RepositoryPlugin Modifier and Type Field Description (package private) Memoize<java.util.List<RepositoryPlugin>>Workspace.WorkspaceData. repositoriesMethods in aQute.bnd.build that return RepositoryPlugin Modifier and Type Method Description private RepositoryPluginProjectBuilder. getBaselineRepo()private RepositoryPluginProjectBuilder. getReleaseRepo()RepositoryPluginWorkspace. getRepository(java.lang.String repo)Methods in aQute.bnd.build that return types with arguments of type RepositoryPlugin Modifier and Type Method Description private java.util.List<RepositoryPlugin>Project. getReleaseRepos(java.lang.String names)java.util.List<RepositoryPlugin>Workspace. getRepositories()private java.util.List<RepositoryPlugin>Workspace. initRepositories()Methods in aQute.bnd.build with parameters of type RepositoryPlugin Modifier and Type Method Description voidProject. copy(RepositoryPlugin source, Instructions filter, RepositoryPlugin destination)voidProject. copy(RepositoryPlugin source, java.lang.String filter, RepositoryPlugin destination)Copy a repository to another repositoryprivate voidProject. install(RepositoryPlugin repo, Processor context, java.io.File f, Attrs value)(package private) booleanProject.RepoFilter. match(RepositoryPlugin repo)voidWorkspace. refresh(RepositoryPlugin repo)Messages.ERRORProjectMessages. Release_Into_Exception_(java.lang.String jar, RepositoryPlugin rp, java.lang.Exception e)private java.net.URIProject. releaseRepo(RepositoryPlugin releaseRepo, Processor context, java.lang.String jarName, java.io.InputStream jarStream)private java.util.SortedSet<Version>ProjectBuilder. removeStagedAndFilter(java.util.SortedSet<Version> versions, RepositoryPlugin repo, java.lang.String bsn)Remove any staging versions that have a variant with a higher qualifier.Method parameters in aQute.bnd.build with type arguments of type RepositoryPlugin Modifier and Type Method Description Messages.ERRORProjectMessages. FoundVersions_ForStrategy_ButNoProvider(java.util.SortedMap<Version,RepositoryPlugin> versions, Strategy useStrategy)Messages.ERRORProjectMessages. ReleaseRepository_NotFoundIn_(java.lang.String name, java.util.List<RepositoryPlugin> plugins) -
Uses of RepositoryPlugin in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type RepositoryPlugin Modifier and Type Method Description static ElementRepositoryElement. getTree(RepositoryPlugin repo) -
Uses of RepositoryPlugin in aQute.bnd.main
Fields in aQute.bnd.main declared as RepositoryPlugin Modifier and Type Field Description (package private) RepositoryPluginRepoCommand. writableFields in aQute.bnd.main with type parameters of type RepositoryPlugin Modifier and Type Field Description (package private) java.util.List<RepositoryPlugin>RepoCommand. reposMethods in aQute.bnd.main that return RepositoryPlugin Modifier and Type Method Description private RepositoryPluginRepoCommand. findRepo(java.lang.String name)Methods in aQute.bnd.main with parameters of type RepositoryPlugin Modifier and Type Method Description private voidRepoCommand. copy(java.util.List<RepositoryPlugin> sources, RepositoryPlugin destRepo, java.lang.String bsn, java.lang.String range)private voidRepoCommand. copyGavs(RepoCommand.SyncOptions opts, java.util.List<RepositoryPlugin> sources, RepositoryPlugin destRepo)private voidRepoCommand. copyit(boolean dry, RepositoryPlugin dest, RepoCommand.Spec spec, java.io.File src)private voidRepoCommand. copyIt(boolean dry, RepositoryPlugin dest, RepoCommand.Spec spec, java.io.File src)private DownloadBlockerRepoCommand. findMatchingVersion(RepositoryPlugin dest, java.lang.String bsn, Version version)Method parameters in aQute.bnd.main with type arguments of type RepositoryPlugin Modifier and Type Method Description private voidRepoCommand. copy(java.util.List<RepositoryPlugin> sources, RepositoryPlugin destRepo, java.lang.String bsn, java.lang.String range)private voidRepoCommand. copyGavs(RepoCommand.SyncOptions opts, java.util.List<RepositoryPlugin> sources, RepositoryPlugin destRepo)private java.io.FileRepoCommand. find(java.util.List<RepositoryPlugin> sources, java.lang.String bsn, java.lang.String range) -
Uses of RepositoryPlugin in aQute.bnd.maven
Classes in aQute.bnd.maven that implement RepositoryPlugin Modifier and Type Class Description classMavenRepositoryDeprecated. -
Uses of RepositoryPlugin in aQute.bnd.maven.support
Classes in aQute.bnd.maven.support that implement RepositoryPlugin Modifier and Type Class Description classMavenRemoteRepository -
Uses of RepositoryPlugin in aQute.bnd.service
Subinterfaces of RepositoryPlugin in aQute.bnd.service Modifier and Type Interface Description interfaceRemoteRepositoryPluginMethods in aQute.bnd.service with parameters of type RepositoryPlugin Modifier and Type Method Description voidRepositoryListenerPlugin. bundleAdded(RepositoryPlugin repository, Jar jar, java.io.File file)Called when a bundle is added to a repository.voidRepositoryListenerPlugin. bundleRemoved(RepositoryPlugin repository, Jar jar, java.io.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.repository Modifier and Type Interface Description interfaceInfoRepositoryCan return aSearchableRepository.ResourceDescriptorfor a given bsn/version. -
Uses of RepositoryPlugin in aQute.lib.deployer
Classes in aQute.lib.deployer that implement RepositoryPlugin Modifier and Type Class Description classFileRepoA FileRepo is the primary and example implementation of a repository based on a file system.classInfoFileRepo
-