Package | Description |
---|---|
org.apache.sling.testing.mock.osgi |
Mock implementation of selected OSGi APIs.
|
Modifier and Type | Method and Description |
---|---|
@NotNull ComponentContextBuilder |
ComponentContextBuilder.bundleContext(@NotNull org.osgi.framework.BundleContext bundleContext) |
static @NotNull ComponentContextBuilder |
MockOsgi.componentContext() |
@NotNull ComponentContextBuilder |
ComponentContextBuilder.properties(@Nullable Dictionary<String,Object> properties) |
@NotNull ComponentContextBuilder |
ComponentContextBuilder.properties(@Nullable Map<String,Object> properties) |
@NotNull ComponentContextBuilder |
ComponentContextBuilder.properties(Object... properties) |
@NotNull ComponentContextBuilder |
ComponentContextBuilder.usingBundle(@NotNull org.osgi.framework.Bundle usingBundle) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.