Uses of Class
org.openhab.core.addon.AddonInfo
Packages that use AddonInfo
Package
Description
-
Uses of AddonInfo in org.openhab.core.addon
Fields in org.openhab.core.addon with type parameters of type AddonInfoMethods in org.openhab.core.addon that return AddonInfoModifier and TypeMethodDescriptionAddonInfo.Builder.build()Build anAddonInfofrom this builderAddonI18nLocalizationService.createLocalizedAddonInfo(org.osgi.framework.Bundle bundle, AddonInfo addonInfo, @Nullable Locale locale) Localizes an add-on info.@Nullable AddonInfoAddonInfoProvider.getAddonInfo(@Nullable String uid, @Nullable Locale locale) Returns the binding information for the specified binding UID and locale (language), ornullif no binding information could be found.@Nullable AddonInfoAddonInfoRegistry.getAddonInfo(String uid) Returns the add-on information for the specified add-on UID, ornullif no add-on information could be found.@Nullable AddonInfoAddonInfoRegistry.getAddonInfo(String uid, @Nullable Locale locale) Returns the add-on information for the specified add-on UID and locale (language), ornullif no add-on information could be found.Methods in org.openhab.core.addon that return types with arguments of type AddonInfoModifier and TypeMethodDescriptionAddonInfoProvider.getAddonInfos(@Nullable Locale locale) Returns all binding information in the specified locale (language) this provider contains.AddonInfoRegistry.getAddonInfos()Returns all add-on information this registry contains.AddonInfoRegistry.getAddonInfos(@Nullable Locale locale) Returns all add-on information in the specified locale (language) this registry contains.AddonInfoList.getAddons()Methods in org.openhab.core.addon with parameters of type AddonInfoModifier and TypeMethodDescriptionstatic AddonInfo.BuilderAddonI18nLocalizationService.createLocalizedAddonInfo(org.osgi.framework.Bundle bundle, AddonInfo addonInfo, @Nullable Locale locale) Localizes an add-on info.Method parameters in org.openhab.core.addon with type arguments of type AddonInfoModifier and TypeMethodDescription -
Uses of AddonInfo in org.openhab.core.config.discovery.addon
Fields in org.openhab.core.config.discovery.addon with type parameters of type AddonInfoMethods in org.openhab.core.config.discovery.addon that return types with arguments of type AddonInfoModifier and TypeMethodDescriptionAddonFinder.getSuggestedAddons()The framework calls this method to scan through the candidate list ofAddonInfoand return a subset of those that it suggests to be installed.AddonSuggestionService.getSuggestedAddons(@Nullable Locale locale) Method parameters in org.openhab.core.config.discovery.addon with type arguments of type AddonInfoModifier and TypeMethodDescriptionvoidAddonFinder.setAddonCandidates(List<AddonInfo> candidates) The framework calls this method to provide a list ofAddonInfoelements which contain potential candidates that this finder can iterate over in order to detect which ones to return via thegetSuggestedAddons()method.voidBaseAddonFinder.setAddonCandidates(List<AddonInfo> candidates) -
Uses of AddonInfo in org.openhab.core.config.discovery.addon.ip
Methods in org.openhab.core.config.discovery.addon.ip that return types with arguments of type AddonInfoMethod parameters in org.openhab.core.config.discovery.addon.ip with type arguments of type AddonInfoModifier and TypeMethodDescriptionvoidIpAddonFinder.setAddonCandidates(List<AddonInfo> candidates) -
Uses of AddonInfo in org.openhab.core.config.discovery.addon.mdns
Methods in org.openhab.core.config.discovery.addon.mdns that return types with arguments of type AddonInfoMethod parameters in org.openhab.core.config.discovery.addon.mdns with type arguments of type AddonInfoModifier and TypeMethodDescriptionvoidMDNSAddonFinder.setAddonCandidates(List<AddonInfo> candidates) -
Uses of AddonInfo in org.openhab.core.config.discovery.addon.process
Methods in org.openhab.core.config.discovery.addon.process that return types with arguments of type AddonInfo -
Uses of AddonInfo in org.openhab.core.config.discovery.addon.sddp
Methods in org.openhab.core.config.discovery.addon.sddp that return types with arguments of type AddonInfoMethod parameters in org.openhab.core.config.discovery.addon.sddp with type arguments of type AddonInfoModifier and TypeMethodDescriptionvoidSddpAddonFinder.setAddonCandidates(List<AddonInfo> candidates) -
Uses of AddonInfo in org.openhab.core.config.discovery.addon.upnp
Methods in org.openhab.core.config.discovery.addon.upnp that return types with arguments of type AddonInfo -
Uses of AddonInfo in org.openhab.core.config.discovery.addon.usb
Methods in org.openhab.core.config.discovery.addon.usb that return types with arguments of type AddonInfo