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(String component)
Install a component into the running system.
void registerUpdateSite(String updateSite) throws ProvisionException, OperationCanceledException
Register a new p2 update site.