This module allows to interact with the eclipse p2 system that allows to modify the installed components.
Method | Description |
---|---|
checkForUpdates() | Silently update the current installation using registered p2 sites. |
install() | Install a component into the running system. |
registerUpdateSite() | Register a new p2 update site. |
void checkForUpdates()
Silently update the current installation using registered p2 sites.
void install(java.lang.String component)
Install a component into the running system.
void registerUpdateSite(java.lang.String updateSite)
Register a new p2 update site.