Uses of Interface
org.openhab.core.config.discovery.addon.AddonFinder
Packages that use AddonFinder
Package
Description
- 
Uses of AddonFinder in org.openhab.core.config.discovery.addon
Classes in org.openhab.core.config.discovery.addon that implement AddonFinderModifier and TypeClassDescriptionclassThis is aBaseAddonFinderabstract class for finding suggested add-ons.Methods in org.openhab.core.config.discovery.addon with parameters of type AddonFinderModifier and TypeMethodDescriptionvoidAddonSuggestionService.addAddonFinder(AddonFinder addonFinder) voidAddonSuggestionService.removeAddonFinder(AddonFinder addonFinder)  - 
Uses of AddonFinder in org.openhab.core.config.discovery.addon.ip
Classes in org.openhab.core.config.discovery.addon.ip that implement AddonFinderModifier and TypeClassDescriptionclassThis is aIpAddonFinderfor finding suggested add-ons by sending IP packets to the network and collecting responses. - 
Uses of AddonFinder in org.openhab.core.config.discovery.addon.mdns
Classes in org.openhab.core.config.discovery.addon.mdns that implement AddonFinderModifier and TypeClassDescriptionclassThis is aMDNSAddonFinderfor finding suggested add-ons via mDNS. - 
Uses of AddonFinder in org.openhab.core.config.discovery.addon.process
Classes in org.openhab.core.config.discovery.addon.process that implement AddonFinderModifier and TypeClassDescriptionclassThis is aProcessAddonFinderfor finding suggested add-ons by checking processes running on the openHAB server. - 
Uses of AddonFinder in org.openhab.core.config.discovery.addon.upnp
Classes in org.openhab.core.config.discovery.addon.upnp that implement AddonFinderModifier and TypeClassDescriptionclassThis is aUpnpAddonFinderfor finding suggested Addons via UPnP.