- canBeAdded(UpdateUnit, UpdateElement) - Method in class org.netbeans.api.autoupdate.OperationContainer
-
- contains(UpdateElement) - Method in class org.netbeans.api.autoupdate.OperationContainer
-
- create(String, String, URL, UpdateUnitProvider.CATEGORY) - Method in class org.netbeans.api.autoupdate.UpdateUnitProviderFactory
-
Creates new UpdateUnitProvider and store its preferences.
- create(String, String, URL, String, String) - Method in class org.netbeans.api.autoupdate.UpdateUnitProviderFactory
-
- create(String, String, URL) - Method in class org.netbeans.api.autoupdate.UpdateUnitProviderFactory
-
Creates new UpdateUnitProvider and store its preferences.
- create(String, File...) - Method in class org.netbeans.api.autoupdate.UpdateUnitProviderFactory
-
Creates new UpdateUnitProvider for temporary usage.
- createFeature(String, String, Set<String>, String, String, String) - Static method in class org.netbeans.spi.autoupdate.UpdateItem
-
Creates UpdateItem which represents Feature, it's means group
of NetBeans Modules.
- createForCustomInstallComponent() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for installation of custom compomnent
- createForCustomUninstallComponent() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for uninstallation of custom compomnent
- createForDirectDisable() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for disable operation
- createForDirectInstall() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for install operation
- createForDirectUninstall() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for uninstall operation
- createForDirectUpdate() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for update operation
- createForDisable() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for disable operation
- createForEnable() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for enable operation
- createForInstall() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for install operation
- createForInternalUpdate() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for internal update operation
- createForUninstall() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for uninstall operation
- createForUpdate() - Static method in class org.netbeans.api.autoupdate.OperationContainer
-
The factory method to construct instance of OperationContainer for update operation
- createInstalledNativeComponent(String, String, Set<String>, String, String, CustomUninstaller) - Static method in class org.netbeans.spi.autoupdate.UpdateItem
-
Creates UpdateItem which represents Native Component with own installer.
- createLocalization(String, String, String, Locale, String, String, String, String, URL, Boolean, Boolean, String, UpdateLicense) - Static method in class org.netbeans.spi.autoupdate.UpdateItem
-
Creates UpdateItem which can localized NetBeans Module in given Locale.
- createModule(String, String, URL, String, String, String, String, String, Manifest, Boolean, Boolean, Boolean, Boolean, String, UpdateLicense) - Static method in class org.netbeans.spi.autoupdate.UpdateItem
-
Creates UpdateItem/code> which represents NetBeans Module in Autoupdate infrastructure.
- createNativeComponent(String, String, String, Set<String>, String, String, Boolean, Boolean, String, CustomInstaller, UpdateLicense) - Static method in class org.netbeans.spi.autoupdate.UpdateItem
-
Creates UpdateItem which represents Native Component with own installer.
- createUpdateLicense(String, String) - Static method in class org.netbeans.spi.autoupdate.UpdateLicense
-
- CustomInstaller - Interface in org.netbeans.spi.autoupdate
-
The call-back interface which is called from Autoupdate infrastructure when
the native component is installed.
- CustomUninstaller - Interface in org.netbeans.spi.autoupdate
-
The call-back interface which is called from Autoupdate infrastructure when
the native component is uninstalled.