private static class MavenDiscoveryUi.OpenInstallWizardRunner
extends java.lang.Object
implements org.eclipse.jface.operation.IRunnableWithProgress
Modifier and Type | Field and Description |
---|---|
private boolean |
blockOnOpen |
private RestartInstallOperation |
operation |
private int |
status |
Constructor and Description |
---|
OpenInstallWizardRunner(RestartInstallOperation operation,
boolean blockOnOpen) |
Modifier and Type | Method and Description |
---|---|
int |
getStatus() |
void |
run(org.eclipse.core.runtime.IProgressMonitor arg0) |
private int status
private RestartInstallOperation operation
private boolean blockOnOpen
public OpenInstallWizardRunner(RestartInstallOperation operation, boolean blockOnOpen)