Uses of Interface
org.eclipse.equinox.p2.repository.metadata.IMetadataRepository
Packages that use IMetadataRepository
Package
Description
Defines metadata repository.
Defines SPI for registering new implementations of metadata repositories.
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
-
Uses of IMetadataRepository in org.eclipse.equinox.p2.repository.metadata
Methods in org.eclipse.equinox.p2.repository.metadata that return IMetadataRepositoryModifier and TypeMethodDescriptionIMetadataRepositoryManager.createRepository
(URI location, String name, String type, Map<String, String> properties) Creates and returns a new empty metadata repository of the given type at the given location.IMetadataRepositoryManager.loadRepository
(URI location, int flags, IProgressMonitor monitor) Loads a repository corresponding to the given URL.IMetadataRepositoryManager.loadRepository
(URI location, IProgressMonitor monitor) Loads a repository corresponding to the given URL.IMetadataRepositoryManager.refreshRepository
(URI location, IProgressMonitor monitor) Refreshes the repository corresponding to the given URL. -
Uses of IMetadataRepository in org.eclipse.equinox.p2.repository.metadata.spi
Classes in org.eclipse.equinox.p2.repository.metadata.spi that implement IMetadataRepositoryModifier and TypeClassDescriptionclass
The common base class for all metadata repositories.Methods in org.eclipse.equinox.p2.repository.metadata.spi that return IMetadataRepositoryModifier and TypeMethodDescriptionabstract IMetadataRepository
MetadataRepositoryFactory.create
(URI location, String name, String type, Map<String, String> properties) Creates and returns a new empty metadata repository of the given type at the given location.abstract IMetadataRepository
MetadataRepositoryFactory.load
(URI location, int flags, IProgressMonitor monitor) Loads a repository corresponding to the given URL. -
Uses of IMetadataRepository in org.eclipse.equinox.p2.ui
Methods in org.eclipse.equinox.p2.ui that return IMetadataRepositoryModifier and TypeMethodDescriptionProvisioningUI.loadMetadataRepository
(URI location, boolean notify, IProgressMonitor monitor) Load the specified metadata repository, signaling a repository operation start event before loading, and a repository operation complete event after loading.