Uses of Class
org.openhab.core.addon.AddonInfo
Package
Description
-
Uses of AddonInfo in org.openhab.core.addon
Modifier 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.Modifier 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()
Modifier and TypeMethodDescriptionstatic AddonInfo.Builder
AddonI18nLocalizationService.createLocalizedAddonInfo
(org.osgi.framework.Bundle bundle, AddonInfo addonInfo, @Nullable Locale locale) Localizes an add-on info.Modifier and TypeMethodDescription -
Uses of AddonInfo in org.openhab.core.config.discovery.addon
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionvoid
IpAddonFinder.setAddonCandidates
(List<AddonInfo> candidates) -
Uses of AddonInfo in org.openhab.core.config.discovery.addon.mdns
Modifier and TypeMethodDescriptionvoid
MDNSAddonFinder.setAddonCandidates
(List<AddonInfo> candidates) -
Uses of AddonInfo in org.openhab.core.config.discovery.addon.process
-
Uses of AddonInfo in org.openhab.core.config.discovery.addon.upnp