Uses of Interface
org.bndly.common.osgi.util.MultipleServiceTracker.TypedDependency
-
-
Uses of MultipleServiceTracker.TypedDependency in org.bndly.common.osgi.util
Methods in org.bndly.common.osgi.util that return MultipleServiceTracker.TypedDependency Modifier and Type Method Description static <V> MultipleServiceTracker.TypedDependency<V>MultipleServiceTracker. serviceInterfaceDependency(Class<V> serviceInterface)static <V> MultipleServiceTracker.TypedDependency<V>MultipleServiceTracker. serviceInterfaceDependency(Class<V> serviceInterface, String furtherFilter)
-