|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMetadataRepository | |
---|---|
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 | |
---|---|
IMetadataRepository |
IMetadataRepositoryManager.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. |
IMetadataRepository |
IMetadataRepositoryManager.loadRepository(URI location,
int flags,
IProgressMonitor monitor)
Loads a repository corresponding to the given URL. |
IMetadataRepository |
IMetadataRepositoryManager.loadRepository(URI location,
IProgressMonitor monitor)
Loads a repository corresponding to the given URL. |
IMetadataRepository |
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 IMetadataRepository | |
---|---|
class |
AbstractMetadataRepository
The common base class for all metadata repositories. |
Methods in org.eclipse.equinox.p2.repository.metadata.spi that return IMetadataRepository | |
---|---|
abstract 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 IMetadataRepository | |
---|---|
IMetadataRepository |
ProvisioningUI.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. |
|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.