org.netbeans.modules.autoupdate.services 1.16.1

Uses of Class
org.netbeans.api.autoupdate.UpdateManager.TYPE

Packages that use UpdateManager.TYPE
org.netbeans.api.autoupdate Services for searching, downloading and installing NBM with new functionality or updates of installed modules. 
 

Uses of UpdateManager.TYPE in org.netbeans.api.autoupdate
 

Methods in org.netbeans.api.autoupdate that return UpdateManager.TYPE
 UpdateManager.TYPE UpdateUnit.getType()
           
static UpdateManager.TYPE UpdateManager.TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UpdateManager.TYPE[] UpdateManager.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.netbeans.api.autoupdate with parameters of type UpdateManager.TYPE
 List<UpdateUnit> UpdateUnitProvider.getUpdateUnits(UpdateManager.TYPE... types)
          Returns java.util.List of UpdateUnit build of the content of the provider.
 List<UpdateUnit> UpdateManager.getUpdateUnits(UpdateManager.TYPE... types)
          Returns java.util.List of UpdateUnit build on the top of UpdateUnitProvider.
 


org.netbeans.modules.autoupdate.services 1.16.1

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