org.netbeans.modules.autoupdate.services 1.20.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> UpdateManager.getUpdateUnits(UpdateManager.TYPE... types)
          Returns java.util.List of UpdateUnit build on the top of UpdateUnitProvider.
 List<UpdateUnit> UpdateUnitProvider.getUpdateUnits(UpdateManager.TYPE... types)
          Returns java.util.List of UpdateUnit build of the content of the provider.
 


org.netbeans.modules.autoupdate.services 1.20.1

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