Uses of Interface
org.eclipse.equinox.p2.repository.IRepository
Packages that use 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
Subinterfaces of IRepository in org.eclipse.equinox.p2.repositoryModifier and TypeInterfaceDescriptioninterface
A composite repository doesn't directly contain any contents, but rather contains only a list of child repositories. -
Uses of IRepository in org.eclipse.equinox.p2.repository.artifact
Subinterfaces of IRepository in org.eclipse.equinox.p2.repository.artifactModifier 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
Classes in org.eclipse.equinox.p2.repository.artifact.spi that implement IRepositoryModifier and TypeClassDescriptionclass
The common base class for all artifact repository implementations. -
Uses of IRepository in org.eclipse.equinox.p2.repository.metadata
Subinterfaces of IRepository in org.eclipse.equinox.p2.repository.metadataModifier and TypeInterfaceDescriptioninterface
A metadata repository stores information about a set of installable units -
Uses of IRepository in org.eclipse.equinox.p2.repository.metadata.spi
Classes in org.eclipse.equinox.p2.repository.metadata.spi that implement IRepositoryModifier and TypeClassDescriptionclass
The common base class for all metadata repositories. -
Uses of IRepository in org.eclipse.equinox.p2.repository.spi
Classes in org.eclipse.equinox.p2.repository.spi that implement IRepositoryModifier and TypeClassDescriptionclass
AbstractRepository defines common properties that may be provided by various kinds of repositories.