当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
InstallSupport (Auto Update Services) - NetBeans API Javadoc (Current Development Version)
org.netbeans.api.autoupdate
Class InstallSupport
java.lang.Object
org.netbeans.api.autoupdate.InstallSupport
public final class InstallSupport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()