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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMetadataRepository
The common base class for all metadata repositories.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.