org.netbeans.modules.autoupdate.services 1.16.1

Uses of Class
org.netbeans.spi.autoupdate.UpdateLicense

Packages that use UpdateLicense
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 UpdateLicense in org.netbeans.spi.autoupdate
 

Methods in org.netbeans.spi.autoupdate that return UpdateLicense
static UpdateLicense UpdateLicense.createUpdateLicense(String licenseName, String agreement)
           
 

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 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.
 


org.netbeans.modules.autoupdate.services 1.16.1

Built on February 13 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.