Package | Description |
---|---|
org.netbeans.api.autoupdate |
Services for searching, downloading and installing NBM with new functionality or updates of installed modules.
|
org.netbeans.spi.autoupdate |
The provider this SPI can be plugged into Autoupdate's Updates Providers and can
supply NBM to Autoupdate Services.
|
Modifier and Type | Method | Description |
---|---|---|
void |
InstallSupport.doCancel() |
Cancels changes done in previous calling methods.
|
void |
OperationSupport.doCancel() |
Cancels changes done in previous call
OperationSupport.doOperation(org.netbeans.api.progress.ProgressHandle) if supported. |
InstallSupport.Validator |
InstallSupport.doDownload(org.netbeans.api.progress.ProgressHandle progress,
boolean isGlobal) |
Deprecated.
|
InstallSupport.Validator |
InstallSupport.doDownload(org.netbeans.api.progress.ProgressHandle progress,
Boolean isGlobal,
boolean useUserdirAsFallback) |
Downloads all instances i.e.
|
OperationSupport.Restarter |
InstallSupport.doInstall(InstallSupport.Installer installer,
org.netbeans.api.progress.ProgressHandle progress) |
Validates all instances that have been verified in the previous step.
|
OperationSupport.Restarter |
OperationSupport.doOperation(org.netbeans.api.progress.ProgressHandle progress) |
Performs operation
|
void |
InstallSupport.doRestart(OperationSupport.Restarter restarter,
org.netbeans.api.progress.ProgressHandle progress) |
Completes the operation, applies all changes and ensures restart of the application immediately.
|
void |
OperationSupport.doRestart(OperationSupport.Restarter restarter,
org.netbeans.api.progress.ProgressHandle progress) |
Finishes operation, applies all changes and ensures restart of the application immediately.
|
InstallSupport.Installer |
InstallSupport.doValidate(InstallSupport.Validator validator,
org.netbeans.api.progress.ProgressHandle progress) |
Validates all instances that have been downloaded in the previous step.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
CustomInstaller.install(String codeName,
String specificationVersion,
org.netbeans.api.progress.ProgressHandle handle) |
|
boolean |
CustomUninstaller.uninstall(String codeName,
String specificationVersion,
org.netbeans.api.progress.ProgressHandle handle) |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.