org.netbeans.spi.autoupdate |
The provider this SPI can be plugged into Autoupdate's Updates Providers and can
supply NBM to Autoupdate Services.
|
Java Source File Name | Type | Comment |
AutoupdateClusterCreator.java | Class | Class that is supposed to be implemented by application
providers that can control launcher in order to modify
the list of provided clusters. |
CustomInstaller.java | Interface | The call-back interface which is called from Autoupdate infrastructure when
the native component is installed. |
CustomProviderFactory.java | Class | |
CustomUninstaller.java | Interface | The call-back interface which is called from Autoupdate infrastructure when
the native component is uninstalled. |
CustomUpdateProviderTest.java | Class | |
KeyStoreProvider.java | Interface | Registers java.security.KeyStore into Autoupdate infrastructure.
This KeyStore is used for verification of downloaded NBMs. |
TrampolineSPI.java | Class | Trampline to access internals of API and SPI. |
UpdateItem.java | Class | Represents a item of content provider by UpdateProvider . |
UpdateItemTest.java | Class | |
UpdateLicense.java | Class | Represents License Agreement for usage in Autoupdate infrastructure. |
UpdateProvider.java | Interface | UpdateProvider providers items for Autoupdate infrastructure. |