Class ProcessAddonFinder
java.lang.Object
org.openhab.core.config.discovery.addon.BaseAddonFinder
org.openhab.core.config.discovery.addon.process.ProcessAddonFinder
- All Implemented Interfaces:
- AddonFinder
This is a 
ProcessAddonFinder for finding suggested add-ons by checking processes running
 on the openHAB server.- Author:
- Holger Friedrich - Initial contribution
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static final recordPrivate record to extract match property parameters from aProcessHandle.Infoobject.
- 
Field SummaryFieldsFields inherited from class org.openhab.core.config.discovery.addon.BaseAddonFinderaddonCandidates
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe framework calls this method to scan through the candidate list ofAddonInfoand return a subset of those that it suggests to be installed.Methods inherited from class org.openhab.core.config.discovery.addon.BaseAddonFinderpropertyMatches, setAddonCandidates, unsetAddonCandidates
- 
Field Details- 
SERVICE_TYPE- See Also:
 
- 
CFG_FINDER_PROCESS- See Also:
 
- 
SERVICE_NAME- See Also:
 
 
- 
- 
Constructor Details- 
ProcessAddonFinderpublic ProcessAddonFinder()
 
- 
- 
Method Details- 
getSuggestedAddonsDescription copied from interface:AddonFinderThe framework calls this method to scan through the candidate list ofAddonInfoand return a subset of those that it suggests to be installed.
- 
getServiceName- Specified by:
- getServiceNamein class- BaseAddonFinder
 
 
-