Methods in org.netbeans.spi.autoupdate with parameters of type UpdateLicense |
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 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. |