Uses of Class
org.craftercms.studio.api.v2.exception.marketplace.MarketplaceRegistryException
Packages that use MarketplaceRegistryException
-
Uses of MarketplaceRegistryException in org.craftercms.studio.impl.v2.service.marketplace.internal
Methods in org.craftercms.studio.impl.v2.service.marketplace.internal that throw MarketplaceRegistryExceptionModifier and TypeMethodDescriptionprotected voidMarketplaceServiceInternalImpl.addPluginToRegistry(String siteId, org.craftercms.commons.plugin.model.Plugin plugin, List<FileRecord> files, List<ConfigRecord> wiring) protected Optional<PluginRecord> MarketplaceServiceInternalImpl.getPluginRecord(String siteId, String pluginId) protected PluginRegistryMarketplaceServiceInternalImpl.getPluginRegistry(String siteId) protected voidMarketplaceServiceInternalImpl.removePluginFromRegistry(String siteId, String pluginId)