|
org.netbeans.modules.autoupdate.services 1.16.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationException | |
---|---|
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. |
Uses of OperationException in org.netbeans.api.autoupdate |
---|
Methods in org.netbeans.api.autoupdate that throw OperationException | |
---|---|
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(ProgressHandle progress,
boolean isGlobal)
Downloads all instances i.e. |
OperationSupport.Restarter |
InstallSupport.doInstall(InstallSupport.Installer installer,
ProgressHandle progress)
Validates all instances that have been verified in the previous step. |
OperationSupport.Restarter |
OperationSupport.doOperation(ProgressHandle progress)
Performs operation |
void |
InstallSupport.doRestart(OperationSupport.Restarter restarter,
ProgressHandle progress)
Completes the operation, applies all changes and ensures restart of the application immediately. |
void |
OperationSupport.doRestart(OperationSupport.Restarter restarter,
ProgressHandle progress)
Finishes operation, applies all changes and ensures restart of the application immediately. |
InstallSupport.Installer |
InstallSupport.doValidate(InstallSupport.Validator validator,
ProgressHandle progress)
Validates all instances that have been downloaded in the previous step. |
Uses of OperationException in org.netbeans.spi.autoupdate |
---|
Methods in org.netbeans.spi.autoupdate that throw OperationException | |
---|---|
boolean |
CustomInstaller.install(String codeName,
String specificationVersion,
ProgressHandle handle)
|
boolean |
CustomUninstaller.uninstall(String codeName,
String specificationVersion,
ProgressHandle handle)
|
|
org.netbeans.modules.autoupdate.services 1.16.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |