Package | Description |
---|---|
org.netbeans.spi.autoupdate |
The provider this SPI can be plugged into Autoupdate's Updates Providers and can
supply NBM to Autoupdate Services.
|
Modifier and Type | Method and Description |
---|---|
static UpdateItem |
UpdateItem.createFeature(String codeName,
String specificationVersion,
Set<String> dependencies,
String displayName,
String description,
String category)
Creates
UpdateItem which represents Feature , it's means group
of NetBeans Modules. |
static UpdateItem |
UpdateItem.createInstalledNativeComponent(String codeName,
String specificationVersion,
Set<String> dependencies,
String displayName,
String description,
CustomUninstaller uninstaller)
Creates
UpdateItem which represents Native Component with own installer. |
static UpdateItem |
UpdateItem.createLocalization(String codeName,
String specificationVersion,
String moduleSpecificationVersion,
Locale locale,
String branding,
String localizedName,
String localizedDescription,
String category,
URL distribution,
Boolean needsRestart,
Boolean isGlobal,
String targetCluster,
UpdateLicense license)
Creates
UpdateItem which can localized NetBeans Module in given Locale . |
static UpdateItem |
UpdateItem.createModule(String codeName,
String specificationVersion,
URL distribution,
String author,
String downloadSize,
String homepage,
String publishDate,
String category,
Manifest manifest,
Boolean isEager,
Boolean isAutoload,
Boolean needsRestart,
Boolean isGlobal,
Boolean isPreferedUpdate,
String targetCluster,
UpdateLicense license)
Creates
UpdateItem/code> which represents NetBeans Module in Autoupdate infrastructure. |
static UpdateItem |
UpdateItem.createModule(String codeName,
String specificationVersion,
URL distribution,
String author,
String downloadSize,
String homepage,
String publishDate,
String category,
Manifest manifest,
Boolean isEager,
Boolean isAutoload,
Boolean needsRestart,
Boolean isGlobal,
String targetCluster,
UpdateLicense license)
Creates
UpdateItem/code> which represents NetBeans Module in Autoupdate infrastructure. |
static UpdateItem |
UpdateItem.createNativeComponent(String codeName,
String specificationVersion,
String downloadSize,
Set<String> dependencies,
String displayName,
String description,
Boolean needsRestart,
Boolean isGlobal,
String targetCluster,
CustomInstaller installer,
UpdateLicense license)
Creates
UpdateItem which represents Native Component with own installer. |