Uses of Interface
org.eclipse.equinox.p2.repository.IRepository
-
Packages that use IRepository Package Description org.eclipse.equinox.p2.repository Defines common API for querying and modifying provisioning repositories.org.eclipse.equinox.p2.repository.artifact Defines artifact repository.org.eclipse.equinox.p2.repository.artifact.spi Defines SPI for registering new implementations of artifact repositories.org.eclipse.equinox.p2.repository.metadata Defines metadata repository.org.eclipse.equinox.p2.repository.metadata.spi Defines SPI for registering new implementations of metadata repositories.org.eclipse.equinox.p2.repository.spi Defines common types for handling repositories. -
-
Uses of IRepository in org.eclipse.equinox.p2.repository
Subinterfaces of IRepository in org.eclipse.equinox.p2.repository Modifier and Type Interface Description interfaceICompositeRepository<T>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.artifact Modifier and Type Interface Description interfaceIArtifactRepositoryA repository containing artifacts.interfaceIFileArtifactRepositoryAn 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 IRepository Modifier and Type Class Description classAbstractArtifactRepositoryThe 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.metadata Modifier and Type Interface Description interfaceIMetadataRepositoryA 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 IRepository Modifier and Type Class Description classAbstractMetadataRepositoryThe 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 IRepository Modifier and Type Class Description classAbstractRepository<T>AbstractRepository defines common properties that may be provided by various kinds of repositories.
-