|
org.netbeans.modules.autoupdate.services 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateItem | |
---|---|
org.netbeans.spi.autoupdate | The provider this SPI can be plugged into Autoupdate's Updates Providers and can supply NBM to Autoupdate Services. |
Uses of UpdateItem in org.netbeans.spi.autoupdate |
---|
Methods in org.netbeans.spi.autoupdate that return UpdateItem | |
---|---|
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 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. |
Methods in org.netbeans.spi.autoupdate that return types with arguments of type UpdateItem | |
---|---|
Map<String,UpdateItem> |
UpdateProvider.getUpdateItems()
Returns UpdateItem s which is mapped to its unique ID. |
|
org.netbeans.modules.autoupdate.services 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |