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

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

org.netbeans.modules.autoupdate.services 1.2

Uses of Class
org.netbeans.api.autoupdate.InstallSupport.Installer

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

Uses of InstallSupport.Installer in org.netbeans.api.autoupdate
 

Methods in org.netbeans.api.autoupdate that return InstallSupport.Installer
 InstallSupport.Installer InstallSupport.doValidate(InstallSupport.Validator validator, ProgressHandle progress)
           
 

Methods in org.netbeans.api.autoupdate with parameters of type InstallSupport.Installer
 InstallSupport.Restarter InstallSupport.doInstall(InstallSupport.Installer installer, ProgressHandle progress)
           
 String InstallSupport.getCertificate(InstallSupport.Installer validator, UpdateElement uElement)
           
 boolean InstallSupport.isSigned(InstallSupport.Installer validator, UpdateElement uElement)
           
 boolean InstallSupport.isTrusted(InstallSupport.Installer validator, UpdateElement uElement)
           
 


org.netbeans.modules.autoupdate.services 1.2

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