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 anAddonInfo
from this builderAddonI18nLocalizationService.createLocalizedAddonInfo
(org.osgi.framework.Bundle bundle, AddonInfo addonInfo, @Nullable Locale locale) Localizes an add-on info.@Nullable AddonInfo
AddonInfoProvider.getAddonInfo
(@Nullable String uid, @Nullable Locale locale) Returns the binding information for the specified binding UID and locale (language), ornull
if no binding information could be found.@Nullable AddonInfo
AddonInfoRegistry.getAddonInfo
(String uid) Returns the add-on information for the specified add-on UID, ornull
if no add-on information could be found.@Nullable AddonInfo
AddonInfoRegistry.getAddonInfo
(String uid, @Nullable Locale locale) Returns the add-on information for the specified add-on UID and locale (language), ornull
if 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.Builder
AddonI18nLocalizationService.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 ofAddonInfo
and 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 TypeMethodDescriptionvoid
AddonFinder.setAddonCandidates
(List<AddonInfo> candidates) The framework calls this method to provide a list ofAddonInfo
elements which contain potential candidates that this finder can iterate over in order to detect which ones to return via thegetSuggestedAddons()
method.void
BaseAddonFinder.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 TypeMethodDescriptionvoid
IpAddonFinder.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 TypeMethodDescriptionvoid
MDNSAddonFinder.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 TypeMethodDescriptionvoid
SddpAddonFinder.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