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.
|
Class and Description |
---|
InstallSupport.Installer |
InstallSupport.Validator
A helper object returned by a
InstallSupport.doDownload(org.netbeans.api.progress.ProgressHandle, boolean) for invoke
the method InstallSupport.doValidate(org.netbeans.api.autoupdate.InstallSupport.Validator, org.netbeans.api.progress.ProgressHandle) |
OperationContainer
An object that keeps requests for operations upon instances of
UpdateEelement
(like install, uninstall, update, enable, disable), provides checks whether
chosen operation is allowed (e.g. |
OperationContainer.OperationInfo
Provides additional information
|
OperationException
Thrown to indicate that operation failed
|
OperationException.ERROR_TYPE
Define the failure
|
OperationSupport.Restarter
A helper object returned by a performer of the operation for invoking
methods
OperationSupport.doRestart(org.netbeans.api.autoupdate.OperationSupport.Restarter, org.netbeans.api.progress.ProgressHandle) or OperationSupport.doRestartLater(org.netbeans.api.autoupdate.OperationSupport.Restarter) |
PluginInstaller
Allows to programmatically install plugins.
|
UpdateElement
Instances provided by the
UpdateUnit which represents specific version
of update (e.g. |
UpdateManager
The central manager of content available to users in Autoupdate UI.
|
UpdateManager.TYPE |
UpdateUnit
Instances provided by the
UpdateManager which represents wrapper of
UpdateElement . |
UpdateUnitProvider
UpdateUnitProvider providers UpdateUnit . |
UpdateUnitProvider.CATEGORY |
UpdateUnitProviderFactory
The factory handles
UpdateUnitProvider , allow to create or removed them,
browse the providers or refresh its content. |
Class and Description |
---|
OperationException
Thrown to indicate that operation failed
|
UpdateUnitProvider.CATEGORY |