Package | Description |
---|---|
org.netbeans.api.autoupdate |
Services for searching, downloading and installing NBM with new functionality or updates of installed modules.
|
Modifier and Type | Method | Description |
---|---|---|
InstallSupport.Installer |
InstallSupport.doValidate(InstallSupport.Validator validator,
org.netbeans.api.progress.ProgressHandle progress) |
Validates all instances that have been downloaded in the previous step.
|
Modifier and Type | Method | Description |
---|---|---|
OperationSupport.Restarter |
InstallSupport.doInstall(InstallSupport.Installer installer,
org.netbeans.api.progress.ProgressHandle progress) |
Validates all instances that have been verified in the previous step.
|
String |
InstallSupport.getCertificate(InstallSupport.Installer validator,
UpdateElement uElement) |
Returns java.security.cert.Certificate.toString() of given
UpdateElement . |
boolean |
InstallSupport.isContentModified(InstallSupport.Installer validator,
UpdateElement uElement) |
Returns if the
UpdateElement is modified or not. |
boolean |
InstallSupport.isSigned(InstallSupport.Installer validator,
UpdateElement uElement) |
Returns if the
UpdateElement is signed or not. |
boolean |
InstallSupport.isSignedUnverified(InstallSupport.Installer validator,
UpdateElement uElement) |
Returns if the
UpdateElement is signed but not verified or not. |
boolean |
InstallSupport.isSignedVerified(InstallSupport.Installer validator,
UpdateElement uElement) |
Returns if the
UpdateElement is signed and verified or not. |
boolean |
InstallSupport.isTrusted(InstallSupport.Installer validator,
UpdateElement uElement) |
Returns if the
UpdateElement is trusted or not. |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.