Interface ComponentAccessor.Worker
- All Known Implementing Classes:
ComponentAccessorWorker
,MockComponentWorker
- Enclosing class:
- ComponentAccessor
@Internal
public static interface ComponentAccessor.Worker
-
Method Summary
Modifier and TypeMethodDescription<T> T
getComponent
(Class<T> componentClass) <T> T
getComponentOfType
(Class<T> componentClass) <T> Optional<T>
getComponentSafely
(Class<T> componentClass) <T> T
getOSGiComponentInstanceOfType
(Class<T> componentClass) <T> Optional<T>
getOSGiComponentInstanceOfTypeSafely
(Class<T> componentClass)
-
Method Details
-
getComponentSafely
-
getComponent
-
getComponentOfType
-
getOSGiComponentInstanceOfType
-
getOSGiComponentInstanceOfTypeSafely
-