- OperationContainer<Support> - Class in org.netbeans.api.autoupdate
-
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<Support> - Class in org.netbeans.api.autoupdate
-
Provides additional information
- OperationException - Exception in org.netbeans.api.autoupdate
-
Thrown to indicate that operation failed
- OperationException(OperationException.ERROR_TYPE) - Constructor for exception org.netbeans.api.autoupdate.OperationException
-
Constructs an OperationException
- OperationException(OperationException.ERROR_TYPE, Exception) - Constructor for exception org.netbeans.api.autoupdate.OperationException
-
Constructs an OperationException
- OperationException(OperationException.ERROR_TYPE, String) - Constructor for exception org.netbeans.api.autoupdate.OperationException
-
Constructs an OperationException
- OperationException.ERROR_TYPE - Enum in org.netbeans.api.autoupdate
-
Define the failure
- OperationSupport - Class in org.netbeans.api.autoupdate
-
Performs all operations scheduled on instance of OperationContainer
.
- OperationSupport.Restarter - Class in org.netbeans.api.autoupdate
-
- org.netbeans.api.autoupdate - package org.netbeans.api.autoupdate
-
Services for searching, downloading and installing NBM with new functionality or updates of installed modules.
- org.netbeans.spi.autoupdate - package org.netbeans.spi.autoupdate
-
The provider this SPI can be plugged into Autoupdate's Updates Providers and can
supply NBM to Autoupdate Services.