Uses of Class
org.openhab.core.addon.marketplace.MarketplaceHandlerException
Packages that use MarketplaceHandlerException
-
Uses of MarketplaceHandlerException in org.openhab.core.addon.marketplace
Methods in org.openhab.core.addon.marketplace that throw MarketplaceHandlerExceptionModifier and TypeMethodDescriptionprotected voidMarketplaceBundleInstaller.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.voidInstalls a given add-on.protected voidMarketplaceBundleInstaller.installFromCache(org.osgi.framework.BundleContext bundleContext, String addonId) Installs a bundle from its ID by looking up in the local cachevoidUninstalls a given add-on.protected voidMarketplaceBundleInstaller.uninstallBundle(org.osgi.framework.BundleContext bundleContext, String addonId) Uninstalls a bundle associated to the given add-on ID.