public interface UpdateHelper
| Modifier and Type | Method and Description | 
|---|---|
Version | 
getCurrentlyInstalledVersion(java.lang.String id)
Gets the version of the installed update
 A null does not mean that a bundle is not installed
 Use  
isInstalled(java.lang.String)to check that
 Some bundles are independent of versions or the external tool
 implementation does not support versioning even though the bundle
 may be installed. | 
java.lang.String | 
getInternalId(java.lang.String id)
Contains the parsing logic for translating the "update id" to its internal id the way
 it is stored in the update tool 
 | 
boolean | 
isInstalled(java.lang.String id)
Checks if an update is installed 
 | 
boolean isInstalled(java.lang.String id)
id - of the update bundlejava.lang.String getInternalId(java.lang.String id)
id - Version getCurrentlyInstalledVersion(java.lang.String id)
isInstalled(java.lang.String)to check that
 Some bundles are independent of versions or the external tool
 implementation does not support versioning even though the bundle
 may be installed.id - of the update bundle