Uses of Class
org.openhab.core.addon.marketplace.MarketplaceHandlerException
-
Uses of MarketplaceHandlerException in org.openhab.core.addon.marketplace
Modifier and TypeMethodDescriptionprotected void
MarketplaceBundleInstaller.addBundleToCache
(String addonId, URL sourceUrl) Downloads a bundle file from a remote source and puts it in the local cache with the add-on ID.void
Installs a given add-on.protected void
MarketplaceBundleInstaller.installFromCache
(org.osgi.framework.BundleContext bundleContext, String addonId) Installs a bundle from its ID by looking up in the local cachevoid
Uninstalls a given add-on.protected void
MarketplaceBundleInstaller.uninstallBundle
(org.osgi.framework.BundleContext bundleContext, String addonId) Uninstalls a bundle associated to the given add-on ID.