public abstract class MavenDiscoveryUi
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
MavenDiscoveryUi.OpenInstallWizardRunner |
Modifier | Constructor and Description |
---|---|
private |
MavenDiscoveryUi() |
Modifier and Type | Method and Description |
---|---|
static boolean |
install(java.util.List<org.eclipse.equinox.internal.p2.discovery.model.CatalogItem> descriptors,
org.eclipse.jface.operation.IRunnableWithProgress postInstallHook,
org.eclipse.jface.operation.IRunnableContext context)
Installs specified
|
static int |
openInstallWizard(RestartInstallOperation operation,
boolean blockOnOpen,
org.eclipse.jface.operation.IRunnableContext context) |
public static boolean install(java.util.List<org.eclipse.equinox.internal.p2.discovery.model.CatalogItem> descriptors, org.eclipse.jface.operation.IRunnableWithProgress postInstallHook, org.eclipse.jface.operation.IRunnableContext context) throws org.eclipse.core.runtime.CoreException
descriptors
- is the list of catalog items to installpostInstallHook
- additional operation to perform after installation has completed and before restart, can be
nullcontext
- org.eclipse.core.runtime.CoreException
public static int openInstallWizard(RestartInstallOperation operation, boolean blockOnOpen, org.eclipse.jface.operation.IRunnableContext context)