org.netbeans.modules.autoupdate.services 1.20.1

Uses of Class
org.netbeans.api.autoupdate.UpdateUnit

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

Uses of UpdateUnit in org.netbeans.api.autoupdate
 

Methods in org.netbeans.api.autoupdate that return UpdateUnit
 UpdateUnit OperationContainer.OperationInfo.getUpdateUnit()
           
 UpdateUnit UpdateElement.getUpdateUnit()
          Returns UpdateUnit where is this UpdateElement contained.
 

Methods in org.netbeans.api.autoupdate that return types with arguments of type UpdateUnit
 List<UpdateUnit> UpdateManager.getUpdateUnits()
          Returns java.util.List of UpdateUnit build on the top of UpdateUnitProvider.
 List<UpdateUnit> UpdateUnitProvider.getUpdateUnits()
          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.
 List<UpdateUnit> UpdateUnitProvider.getUpdateUnits(UpdateManager.TYPE... types)
          Returns java.util.List of UpdateUnit build of the content of the provider.
 

Methods in org.netbeans.api.autoupdate with parameters of type UpdateUnit
 OperationContainer.OperationInfo<Support> OperationContainer.add(UpdateUnit updateUnit, UpdateElement updateElement)
          Adds updateElement
 boolean OperationContainer.canBeAdded(UpdateUnit updateUnit, UpdateElement updateElement)
          Check if updateElement can be added (OperationContainer.add(java.util.Collection))
 

Method parameters in org.netbeans.api.autoupdate with type arguments of type UpdateUnit
 void OperationContainer.add(Map<UpdateUnit,UpdateElement> elems)
          Adds all elems
 


org.netbeans.modules.autoupdate.services 1.20.1

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