Uses of Class
org.eclipse.equinox.p2.repository.spi.AbstractRepository
-
Packages that use AbstractRepository Package Description org.eclipse.equinox.p2.repository.artifact.spi Defines SPI for registering new implementations of artifact repositories.org.eclipse.equinox.p2.repository.metadata.spi Defines SPI for registering new implementations of metadata repositories. -
-
Uses of AbstractRepository in org.eclipse.equinox.p2.repository.artifact.spi
Subclasses of AbstractRepository in org.eclipse.equinox.p2.repository.artifact.spi Modifier and Type Class Description class
AbstractArtifactRepository
The common base class for all artifact repository implementations. -
Uses of AbstractRepository in org.eclipse.equinox.p2.repository.metadata.spi
Subclasses of AbstractRepository in org.eclipse.equinox.p2.repository.metadata.spi Modifier and Type Class Description class
AbstractMetadataRepository
The common base class for all metadata repositories.
-