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

InstallSupport (Auto Update Services) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.autoupdate.services 1.2

org.netbeans.api.autoupdate
Class InstallSupport

java.lang.Object
  extended by org.netbeans.api.autoupdate.InstallSupport

public final class InstallSupport
extends Object


Nested Class Summary
 class InstallSupport.Installer
           
 class InstallSupport.Restarter
           
 class InstallSupport.Validator
           
 
Method Summary
 void doCancel()
           
 InstallSupport.Validator doDownload(ProgressHandle progress)
           
 InstallSupport.Restarter doInstall(InstallSupport.Installer installer, ProgressHandle progress)
           
 void doRestart(InstallSupport.Restarter restarter, ProgressHandle progress)
           
 void doRestartLater(InstallSupport.Restarter restarter)
           
 InstallSupport.Installer doValidate(InstallSupport.Validator validator, ProgressHandle progress)
           
 String getCertificate(InstallSupport.Installer validator, UpdateElement uElement)
           
 OperationContainer<InstallSupport> getContainer()
           
 boolean isSigned(InstallSupport.Installer validator, UpdateElement uElement)
           
 boolean isTrusted(InstallSupport.Installer validator, UpdateElement uElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doDownload

public InstallSupport.Validator doDownload(ProgressHandle progress)
                                    throws OperationException
Throws:
OperationException

doValidate

public InstallSupport.Installer doValidate(InstallSupport.Validator validator,
                                           ProgressHandle progress)
                                    throws OperationException
Throws:
OperationException

doInstall

public InstallSupport.Restarter doInstall(InstallSupport.Installer installer,
                                          ProgressHandle progress)
                                   throws OperationException
Throws:
OperationException

doCancel

public void doCancel()
              throws OperationException
Throws:
OperationException

doRestart

public void doRestart(InstallSupport.Restarter restarter,
                      ProgressHandle progress)
               throws OperationException
Throws:
OperationException

doRestartLater

public void doRestartLater(InstallSupport.Restarter restarter)

getCertificate

public String getCertificate(InstallSupport.Installer validator,
                             UpdateElement uElement)

isTrusted

public boolean isTrusted(InstallSupport.Installer validator,
                         UpdateElement uElement)

isSigned

public boolean isSigned(InstallSupport.Installer validator,
                        UpdateElement uElement)

getContainer

public OperationContainer<InstallSupport> getContainer()

org.netbeans.modules.autoupdate.services 1.2

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