Uses of Interface
aQute.bnd.service.RepositoryPlugin
-
Packages that use RepositoryPlugin Package Description aQute.bnd.build aQute.bnd.differ 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 class
WorkspaceRepository
Methods in aQute.bnd.build that return RepositoryPlugin Modifier and Type Method Description RepositoryPlugin
Workspace. getRepository(java.lang.String repo)
Methods in aQute.bnd.build that return types with arguments of type RepositoryPlugin Modifier and Type Method Description java.util.List<RepositoryPlugin>
Workspace. getRepositories()
Methods in aQute.bnd.build with parameters of type RepositoryPlugin Modifier and Type Method Description void
Project. copy(RepositoryPlugin source, Instructions filter, RepositoryPlugin destination)
void
Project. copy(RepositoryPlugin source, java.lang.String filter, RepositoryPlugin destination)
Copy a repository to another repositoryaQute.service.reporter.Messages.ERROR
ProjectMessages. Release_Into_Exception_(java.lang.String jar, RepositoryPlugin rp, java.lang.Exception e)
Method parameters in aQute.bnd.build with type arguments of type RepositoryPlugin Modifier and Type Method Description aQute.service.reporter.Messages.ERROR
ProjectMessages. FoundVersions_ForStrategy_ButNoProvider(java.util.SortedMap<Version,RepositoryPlugin> versions, Strategy useStrategy)
aQute.service.reporter.Messages.ERROR
ProjectMessages. 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 aQute.bnd.differ.Element
RepositoryElement. getTree(RepositoryPlugin repo)
-
Uses of RepositoryPlugin in aQute.bnd.maven
Classes in aQute.bnd.maven that implement RepositoryPlugin Modifier and Type Class Description class
MavenRepository
Deprecated. -
Uses of RepositoryPlugin in aQute.bnd.maven.support
Classes in aQute.bnd.maven.support that implement RepositoryPlugin Modifier and Type Class Description class
MavenRemoteRepository
-
Uses of RepositoryPlugin in aQute.bnd.service
Subinterfaces of RepositoryPlugin in aQute.bnd.service Modifier and Type Interface Description interface
RemoteRepositoryPlugin
Methods in aQute.bnd.service with parameters of type RepositoryPlugin Modifier and Type Method Description void
RepositoryListenerPlugin. bundleAdded(RepositoryPlugin repository, Jar jar, java.io.File file)
Called when a bundle is added to a repository.void
RepositoryListenerPlugin. bundleRemoved(RepositoryPlugin repository, Jar jar, java.io.File file)
Called when a bundle removed from a repository.void
RepositoryListenerPlugin. 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 interface
InfoRepository
Can return aSearchableRepository.ResourceDescriptor
for a given bsn/version. -
Uses of RepositoryPlugin in aQute.lib.deployer
Classes in aQute.lib.deployer that implement RepositoryPlugin 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
-