Uses of Interface
org.eclipse.equinox.p2.repository.IRepositoryReference
Packages that use IRepositoryReference
Package
Description
Defines metadata repository.
Defines SPI for registering new implementations of metadata repositories.
Defines common types for handling repositories.
-
Uses of IRepositoryReference in org.eclipse.equinox.p2.repository.metadata
Methods in org.eclipse.equinox.p2.repository.metadata that return types with arguments of type IRepositoryReferenceModifier and TypeMethodDescriptionIMetadataRepository.getReferences()
Returns the repositories that this repository is referencing.Method parameters in org.eclipse.equinox.p2.repository.metadata with type arguments of type IRepositoryReferenceModifier and TypeMethodDescriptionvoid
IMetadataRepository.addReferences
(Collection<? extends IRepositoryReference> references) Adds references to another repository to this repository.boolean
IMetadataRepository.removeReferences
(Collection<? extends IRepositoryReference> references) Removes from this repository the given references to other repositories. -
Uses of IRepositoryReference in org.eclipse.equinox.p2.repository.metadata.spi
Fields in org.eclipse.equinox.p2.repository.metadata.spi declared as IRepositoryReferenceModifier and TypeFieldDescriptionAbstractMetadataRepository.RepositoryState.Repositories
The persisted array of repository referencesMethod parameters in org.eclipse.equinox.p2.repository.metadata.spi with type arguments of type IRepositoryReferenceModifier and TypeMethodDescriptionvoid
AbstractMetadataRepository.addReferences
(Collection<? extends IRepositoryReference> references) boolean
AbstractMetadataRepository.removeReferences
(Collection<? extends IRepositoryReference> references) -
Uses of IRepositoryReference in org.eclipse.equinox.p2.repository.spi
Classes in org.eclipse.equinox.p2.repository.spi that implement IRepositoryReferenceModifier and TypeClassDescriptionclass
Concrete implementation of a repository reference.