Uses of Interface
org.eclipse.equinox.p2.repository.metadata.IMetadataRepository
-
Packages that use IMetadataRepository Package Description 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.ui 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 IMetadataRepository Modifier and Type Method Description IMetadataRepositoryIMetadataRepositoryManager. 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.IMetadataRepositoryIMetadataRepositoryManager. loadRepository(URI location, int flags, IProgressMonitor monitor)Loads a repository corresponding to the given URL.IMetadataRepositoryIMetadataRepositoryManager. loadRepository(URI location, IProgressMonitor monitor)Loads a repository corresponding to the given URL.IMetadataRepositoryIMetadataRepositoryManager. 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 IMetadataRepository Modifier and Type Class Description classAbstractMetadataRepositoryThe common base class for all metadata repositories.Methods in org.eclipse.equinox.p2.repository.metadata.spi that return IMetadataRepository Modifier and Type Method Description abstract IMetadataRepositoryMetadataRepositoryFactory. 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 IMetadataRepositoryMetadataRepositoryFactory. 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 IMetadataRepository Modifier and Type Method Description IMetadataRepositoryProvisioningUI. 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.
-