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 | Description |
---|---|---|
org.osgi.framework.ServiceReference |
getDriver() |
Return the reference to a Driver service.
|
int |
getMatchValue() |
Return the match value of this object.
|
org.osgi.framework.ServiceReference getDriver()
ServiceReference
object to a Driver service.int getMatchValue()