Uses of Class
org.apache.sling.testing.mock.osgi.ComponentContextBuilder
-
Packages that use ComponentContextBuilder Package Description org.apache.sling.testing.mock.osgi Mock implementation of selected OSGi APIs. -
-
Uses of ComponentContextBuilder in org.apache.sling.testing.mock.osgi
Methods in org.apache.sling.testing.mock.osgi that return ComponentContextBuilder Modifier and Type Method Description @NotNull ComponentContextBuilder
ComponentContextBuilder. bundleContext(@NotNull org.osgi.framework.BundleContext bundleContext)
static @NotNull ComponentContextBuilder
MockOsgi. componentContext()
@NotNull ComponentContextBuilder
ComponentContextBuilder. properties(@NotNull Object @NotNull ... properties)
@NotNull ComponentContextBuilder
ComponentContextBuilder. properties(@Nullable Dictionary<String,Object> properties)
@NotNull ComponentContextBuilder
ComponentContextBuilder. properties(@Nullable Map<String,Object> properties)
@NotNull ComponentContextBuilder
ComponentContextBuilder. usingBundle(@NotNull org.osgi.framework.Bundle usingBundle)
-