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 and Description |
---|---|
void |
OperationSupport.doCancel()
Cancels changes done in previous call
OperationSupport.doOperation(org.netbeans.api.progress.ProgressHandle) if supported. |
void |
InstallSupport.doCancel()
Cancels changes done in previous calling methods.
|
InstallSupport.Validator |
InstallSupport.ProgressHandle progress,
boolean isGlobal)
Deprecated.
|
InstallSupport.Validator |
InstallSupport.ProgressHandle progress,
Boolean isGlobal,
boolean useUserdirAsFallback)
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.ProgressHandle progress)
Performs operation
|
void |
OperationSupport.doRestart(OperationSupport.Restarter restarter,
ProgressHandle progress)
Finishes operation, applies all changes and ensures restart of the application immediately.
|
void |
InstallSupport.doRestart(OperationSupport.Restarter restarter,
ProgressHandle progress)
Completes the 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.
|
Object |
PluginInstaller.install(Set<String> codenamebases,
String displayName,
Lookup context,
Object... alternativeOptions)
Attempts to install one or more plugins, specified by their codebases.
|
Modifier and Type | Method and Description |
---|---|
Object |
PluginInstallerImplementation.install(Set<String> codenamebases,
String displayName,
Lookup context,
Object... alternativeOptions)
Attempts to install one or more plugins.
|
boolean |
CustomInstaller.install(String codeName,
String specificationVersion,
ProgressHandle handle) |
boolean |
CustomUninstaller.uninstall(String codeName,
String specificationVersion,
ProgressHandle handle) |