| 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(java.net.URI location,
java.lang.String name,
java.lang.String type,
java.util.Map<java.lang.String,java.lang.String> properties)
Creates and returns a new empty metadata repository of the given type at
the given location.
|
IMetadataRepository |
IMetadataRepositoryManager.loadRepository(java.net.URI location,
int flags,
IProgressMonitor monitor)
Loads a repository corresponding to the given URL.
|
IMetadataRepository |
IMetadataRepositoryManager.loadRepository(java.net.URI location,
IProgressMonitor monitor)
Loads a repository corresponding to the given URL.
|
IMetadataRepository |
IMetadataRepositoryManager.refreshRepository(java.net.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(java.net.URI location,
java.lang.String name,
java.lang.String type,
java.util.Map<java.lang.String,java.lang.String> properties)
Creates and returns a new empty metadata repository of the given type at
the given location.
|
abstract IMetadataRepository |
MetadataRepositoryFactory.load(java.net.URI location,
int flags,
IProgressMonitor monitor)
Loads a repository corresponding to the given URL.
|
| Modifier and Type | Method and Description |
|---|---|
IMetadataRepository |
ProvisioningUI.loadMetadataRepository(java.net.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, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.