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 and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
List<UpdateElement> |
UpdateUnit.getAvailableLocalizations()
Returns list of available 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 available element which are not installed in IDE
and has higher version then installed element (is any).
|
Set<UpdateElement> |
OperationContainer.OperationInfo.getRequiredElements() |
Modifier and Type | Method and Description |
---|---|
OperationContainer.OperationInfo<Support> |
OperationContainer.add(UpdateElement updateElement)
Adds
updateElement |
OperationContainer.OperationInfo<Support> |
OperationContainer.add(UpdateUnit updateUnit,
UpdateElement updateElement)
Adds
updateElement |
boolean |
OperationContainer.canBeAdded(UpdateUnit updateUnit,
UpdateElement updateElement)
Check if
updateElement can be added (OperationContainer.add(java.util.Collection<org.netbeans.api.autoupdate.UpdateElement>) ) |
boolean |
OperationContainer.contains(UpdateElement updateElement) |
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. |
boolean |
OperationContainer.remove(UpdateElement updateElement)
Removes
updateElement |
Modifier and Type | Method and Description |
---|---|
void |
OperationContainer.add(Collection<UpdateElement> elems)
Adds all
elems |
void |
OperationContainer.add(Map<UpdateUnit,UpdateElement> elems)
Adds all
elems |
void |
OperationContainer.remove(Collection<UpdateElement> elems)
Removes all
elems |
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.