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