Uses of Class
org.eclipse.equinox.p2.core.ProvisionException
-
Packages that use ProvisionException Package Description org.eclipse.equinox.p2.core Provides core support for interacting with a p2-based provisioning systemorg.eclipse.equinox.p2.engine Provides support for interacting with the p2 provisioning engineorg.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 Modifier and Type Method Description IProvisioningAgentIProvisioningAgentProvider. 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 Modifier and Type Method Description IProfileIProfileRegistry. addProfile(String id)Add the given profile to this profile registry.IProfileIProfileRegistry. addProfile(String id, Map<String,String> properties)Add the given profile to this profile registry.voidIProfileRegistry. 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 Modifier and Type Method Description protected IStatusProvisioningJob. getErrorStatus(String message, ProvisionException e)Return an error status that can be used to report the specified exception.voidRepositoryTracker. reportLoadFailure(URI location, ProvisionException exception)Report a failure to load the specified repository.Methods in org.eclipse.equinox.p2.operations that throw ProvisionException Modifier and Type Method Description InstallOperationOperationFactory. createInstallOperation(Collection<? extends IVersionedId> toInstall, Collection<URI> repos, IProgressMonitor monitor)This factory method creates anInstallOperationto install all the elements listed from the specified repositories.SynchronizeOperationOperationFactory. createSynchronizeOperation(Collection<? extends IVersionedId> toInstall, Collection<URI> repos, IProgressMonitor monitor)This factory method creates anSynchronizeOperationthat will cause the current installation to exclusively contain the elements listed once executed.UninstallOperationOperationFactory. createUninstallOperation(Collection<? extends IVersionedId> toUninstall, Collection<URI> repos, IProgressMonitor monitor)Create anUninstallOperationthat will uninstall the listed elements from the running instance.UpdateOperationOperationFactory. createUpdateOperation(Collection<? extends IVersionedId> toUpdate, Collection<URI> repos, IProgressMonitor monitor)Create anUpdateOperationthat will update the elements specified. -
Uses of ProvisionException in org.eclipse.equinox.p2.repository.artifact
Methods in org.eclipse.equinox.p2.repository.artifact that throw ProvisionException Modifier and Type Method Description IArtifactRepositoryIArtifactRepositoryManager. 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.OutputStreamIArtifactRepository. getOutputStream(IArtifactDescriptor descriptor)Open an output stream to which a client can write the data for the given artifact descriptor.IArtifactRepositoryIArtifactRepositoryManager. loadRepository(URI location, int flags, IProgressMonitor monitor)Loads the repository at the given location.IArtifactRepositoryIArtifactRepositoryManager. loadRepository(URI location, IProgressMonitor monitor)Loads the repository at the given location.IArtifactRepositoryIArtifactRepositoryManager. 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 Modifier and Type Method Description abstract IArtifactRepositoryArtifactRepositoryFactory. 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 OutputStreamAbstractArtifactRepository. getOutputStream(IArtifactDescriptor descriptor)abstract IArtifactRepositoryArtifactRepositoryFactory. 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 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 ProvisionException in org.eclipse.equinox.p2.repository.metadata.spi
Methods in org.eclipse.equinox.p2.repository.metadata.spi that throw ProvisionException 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 ProvisionException in org.eclipse.equinox.p2.ui
Methods in org.eclipse.equinox.p2.ui that throw ProvisionException Modifier and Type Method Description IArtifactRepositoryProvisioningUI. 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.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.
-