- doCancel() - Method in class org.netbeans.api.autoupdate.InstallSupport
-
Cancels changes done in previous calling methods.
- doCancel() - Method in class org.netbeans.api.autoupdate.OperationSupport
-
- doDownload(ProgressHandle, boolean) - Method in class org.netbeans.api.autoupdate.InstallSupport
-
- doDownload(ProgressHandle, Boolean, boolean) - Method in class org.netbeans.api.autoupdate.InstallSupport
-
Downloads all instances i.e.
- doInstall(InstallSupport.Installer, ProgressHandle) - Method in class org.netbeans.api.autoupdate.InstallSupport
-
Validates all instances that have been verified in the previous step.
- doOperation(ProgressHandle) - Method in class org.netbeans.api.autoupdate.OperationSupport
-
Performs operation
- doRestart(OperationSupport.Restarter, ProgressHandle) - Method in class org.netbeans.api.autoupdate.InstallSupport
-
Completes the operation, applies all changes and ensures restart of the application immediately.
- doRestart(OperationSupport.Restarter, ProgressHandle) - Method in class org.netbeans.api.autoupdate.OperationSupport
-
Finishes operation, applies all changes and ensures restart of the application immediately.
- doRestartLater(OperationSupport.Restarter) - Method in class org.netbeans.api.autoupdate.InstallSupport
-
Finishes operation, all the changes will be completed after restart the application.
- doRestartLater(OperationSupport.Restarter) - Method in class org.netbeans.api.autoupdate.OperationSupport
-
Finishes operation, all the changes will be completed after restart the application.
- doValidate(InstallSupport.Validator, ProgressHandle) - Method in class org.netbeans.api.autoupdate.InstallSupport
-
Validates all instances that have been downloaded in the previous step.