See: Description
Class | 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<Support> |
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<Support> |
Provides additional information
|
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. |
UpdateManager |
The central manager of content available to users in Autoupdate UI.
|
UpdateUnit |
Instances provided by the
UpdateManager which represents wrapper of
UpdateElement . |
UpdateUnitProvider |
UpdateUnitProvider providers UpdateUnit . |
UpdateUnitProviderFactory |
The factory handles
UpdateUnitProvider , allow to create or removed them,
browse the providers or refresh its content. |
Enum | Description |
---|---|
OperationException.ERROR_TYPE |
Define the failure
|
UpdateManager.TYPE | |
UpdateUnitProvider.CATEGORY |
Exception | Description |
---|---|
OperationException |
Thrown to indicate that operation failed
|