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
Performs all operations scheduled on instance of
OperationContainer . |
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. already installed plugin cannot be scheduled for install again),
provides information which additional plugins are
required and so on. |
OperationContainer.OperationInfo
Provides additional information
|
OperationException
Thrown to indicate that operation failed
|
OperationException.ERROR_TYPE
Define the failure
|
OperationSupport
Performs all operations scheduled on instance of
OperationContainer . |
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) |
UpdateElement
Instances provided by the
UpdateUnit which represents specific version
of update (e.g. module or feature). |
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 |
Built on January 7 2015. | Portions Copyright 1997-2015 Oracle. All rights reserved.