public interface Match
Match
are used in the DriverSelector.select(org.osgi.framework.ServiceReference, org.osgi.service.device.Match[])
method to identify Driver services matching a Device service.DriverSelector
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.ServiceReference |
getDriver()
Return the reference to a Driver service.
|
int |
getMatchValue()
Return the match value of this object.
|