| Package | Description |
|---|---|
| org.atlanmod.commons.service |
| Modifier and Type | Method and Description |
|---|---|
<S> Stream<ServiceDefinition<S>> |
ServiceLoaderContext.getServices(Class<S> type) |
<S> Stream<ServiceDefinition<S>> |
OSGiContext.getServices(Class<S> type) |
<T> Stream<ServiceDefinition<T>> |
ServiceContext.getServices(Class<T> type)
Retrieves all registered services of the specified
type. |
<T> Stream<ServiceDefinition<T>> |
OSGiContext.getServices(Class<T> type,
String filter)
Retrieves all registered services of the specified
type. |
<S> Stream<ServiceDefinition<S>> |
ServiceProvider.load(Class<S> type)
Retrieves all registered services of the specified
type. |
Copyright © 2017–2019 Atlanmod. All rights reserved.