站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.api.autoupdate.UpdateElement (Auto Update Services) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.autoupdate.services 1.2

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

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

Uses of UpdateElement in org.netbeans.api.autoupdate
 

Methods in org.netbeans.api.autoupdate that return UpdateElement
 UpdateElement UpdateUnit.getBackup()
          Returns UpdateElement in IDE backup if any or null.
 UpdateElement UpdateUnit.getInstalled()
          Returns installed UpdateElement if any or null if no element which unit's code name is already installed.
 UpdateElement UpdateUnit.getInstalledLocalization()
          Returns localization UpdateElement active with current Locale or null.
 UpdateElement OperationContainer.OperationInfo.getUpdateElement()
           
 

Methods in org.netbeans.api.autoupdate that return types with arguments of type UpdateElement
 List<UpdateElement> UpdateUnit.getAvailableLocalizations()
          Returns list of avaiable localization active with current Locale, the localization are not installed in IDE and has higher version then installed localization (is any).
 List<UpdateElement> UpdateUnit.getAvailableUpdates()
          Returns list of avaiable element which are not installed in IDE and has higher version then installed element (is any).
 Set<UpdateElement> OperationContainer.OperationInfo.getRequiredElements()
           
 

Methods in org.netbeans.api.autoupdate with parameters of type UpdateElement
 OperationContainer.OperationInfo<Support> OperationContainer.add(UpdateElement updateElement)
           
 OperationContainer.OperationInfo<Support> OperationContainer.add(UpdateUnit updateUnit, UpdateElement updateElement)
           
 boolean OperationContainer.canBeAdded(UpdateUnit updateUnit, UpdateElement updateElement)
           
 boolean OperationContainer.contains(UpdateElement updateElement)
           
 String InstallSupport.getCertificate(InstallSupport.Installer validator, UpdateElement uElement)
           
 boolean InstallSupport.isSigned(InstallSupport.Installer validator, UpdateElement uElement)
           
 boolean InstallSupport.isTrusted(InstallSupport.Installer validator, UpdateElement uElement)
           
 boolean OperationContainer.remove(UpdateElement updateElement)
           
 

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


org.netbeans.modules.autoupdate.services 1.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.