|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProvisionException | |
---|---|
org.eclipse.equinox.p2.core | Provides core support for interacting with a p2-based provisioning system Package Specification This package specifies API for creating, using, and extending a provisioning system. |
org.eclipse.equinox.p2.engine | Provides support for interacting with the p2 provisioning engine Package Specification This package specifies API for interacting with the p2 provisioning engine. |
org.eclipse.equinox.p2.operations | Describes high level provisioning operations that can be resolved and performed either modally or in the background. |
org.eclipse.equinox.p2.repository.artifact | Defines artifact repository. |
org.eclipse.equinox.p2.repository.artifact.spi | Defines SPI for registering new implementations of artifact repositories. |
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 ProvisionException in org.eclipse.equinox.p2.core |
---|
Methods in org.eclipse.equinox.p2.core that throw ProvisionException | |
---|---|
IProvisioningAgent |
IProvisioningAgentProvider.createAgent(URI location)
Creates a provisioning agent who metadata is stored at the given location. |
Uses of ProvisionException in org.eclipse.equinox.p2.engine |
---|
Methods in org.eclipse.equinox.p2.engine that throw ProvisionException | |
---|---|
IProfile |
IProfileRegistry.addProfile(String id)
Add the given profile to this profile registry. |
IProfile |
IProfileRegistry.addProfile(String id,
Map<String,String> properties)
Add the given profile to this profile registry. |
void |
IProfileRegistry.removeProfile(String id,
long timestamp)
Remove the given profile snapshot from this profile registry. |
Uses of ProvisionException in org.eclipse.equinox.p2.operations |
---|
Methods in org.eclipse.equinox.p2.operations with parameters of type ProvisionException | |
---|---|
protected IStatus |
ProvisioningJob.getErrorStatus(String message,
ProvisionException e)
Return an error status that can be used to report the specified exception. |
void |
RepositoryTracker.reportLoadFailure(URI location,
ProvisionException exception)
Report a failure to load the specified repository. |
Uses of ProvisionException in org.eclipse.equinox.p2.repository.artifact |
---|
Methods in org.eclipse.equinox.p2.repository.artifact that throw ProvisionException | |
---|---|
IArtifactRepository |
IArtifactRepositoryManager.createRepository(URI location,
String name,
String type,
Map<String,String> properties)
Creates and returns a new empty artifact repository of the given type at the given location. |
OutputStream |
IArtifactRepository.getOutputStream(IArtifactDescriptor descriptor)
Open an output stream to which a client can write the data for the given artifact descriptor. |
IArtifactRepository |
IArtifactRepositoryManager.loadRepository(URI location,
int flags,
IProgressMonitor monitor)
Loads the repository at the given location. |
IArtifactRepository |
IArtifactRepositoryManager.loadRepository(URI location,
IProgressMonitor monitor)
Loads the repository at the given location. |
IArtifactRepository |
IArtifactRepositoryManager.refreshRepository(URI location,
IProgressMonitor monitor)
Refreshes the repository corresponding to the given URL. |
Uses of ProvisionException in org.eclipse.equinox.p2.repository.artifact.spi |
---|
Methods in org.eclipse.equinox.p2.repository.artifact.spi that throw ProvisionException | |
---|---|
abstract IArtifactRepository |
ArtifactRepositoryFactory.create(URI location,
String name,
String type,
Map<String,String> properties)
Creates and returns a new empty artifact repository of the given type at the given location. |
abstract OutputStream |
AbstractArtifactRepository.getOutputStream(IArtifactDescriptor descriptor)
|
abstract IArtifactRepository |
ArtifactRepositoryFactory.load(URI location,
int flags,
IProgressMonitor monitor)
Loads and returns the repository of this factory's type at the given location. |
Uses of ProvisionException in org.eclipse.equinox.p2.repository.metadata |
---|
Methods in org.eclipse.equinox.p2.repository.metadata that throw ProvisionException | |
---|---|
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 ProvisionException in org.eclipse.equinox.p2.repository.metadata.spi |
---|
Methods in org.eclipse.equinox.p2.repository.metadata.spi that throw ProvisionException | |
---|---|
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 ProvisionException in org.eclipse.equinox.p2.ui |
---|
Methods in org.eclipse.equinox.p2.ui that throw ProvisionException | |
---|---|
IArtifactRepository |
ProvisioningUI.loadArtifactRepository(URI location,
boolean update,
IProgressMonitor monitor)
Load the specified artifact repository, signaling a repository operation start event before loading, and a repository operation complete event after loading. |
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.