Uses of Interface
org.eclipse.equinox.p2.repository.IRepository
Package
Description
Defines common API for querying and modifying provisioning repositories.
Defines artifact repository.
Defines SPI for registering new implementations of artifact repositories.
Defines metadata repository.
Defines SPI for registering new implementations of metadata repositories.
Defines common types for handling repositories.
-
Uses of IRepository in org.eclipse.equinox.p2.repository
Modifier and TypeInterfaceDescriptioninterface
A composite repository doesn't directly contain any contents, but rather contains only a list of child repositories.Modifier and TypeMethodDescriptionIRepositoryManager.createRepository
(URI location, String name, String type, Map<String, String> properties) Creates and returns a new empty repository of the given type at the given location.IRepositoryManager.loadRepository
(URI location, int flags, IProgressMonitor monitor) Loads the repository at the given location.IRepositoryManager.loadRepository
(URI location, IProgressMonitor monitor) Loads the repository at the given location.IRepositoryManager.refreshRepository
(URI location, IProgressMonitor monitor) Refreshes the repository corresponding to the given URL. -
Uses of IRepository in org.eclipse.equinox.p2.repository.artifact
Modifier and TypeInterfaceDescriptioninterface
A repository containing artifacts.interface
An artifact repository whose artifacts are available in the local file system. -
Uses of IRepository in org.eclipse.equinox.p2.repository.artifact.spi
Modifier and TypeClassDescriptionclass
The common base class for all artifact repository implementations. -
Uses of IRepository in org.eclipse.equinox.p2.repository.metadata
Modifier and TypeInterfaceDescriptioninterface
A metadata repository stores information about a set of installable units -
Uses of IRepository in org.eclipse.equinox.p2.repository.metadata.spi
Modifier and TypeClassDescriptionclass
The common base class for all metadata repositories. -
Uses of IRepository in org.eclipse.equinox.p2.repository.spi
Modifier and TypeClassDescriptionclass
AbstractRepository defines common properties that may be provided by various kinds of repositories.