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 ComponentContextBuilderComponentContextBuilder. bundleContext(@NotNull org.osgi.framework.BundleContext bundleContext)static @NotNull ComponentContextBuilderMockOsgi. componentContext()@NotNull ComponentContextBuilderComponentContextBuilder. properties(@NotNull Object @NotNull ... properties)@NotNull ComponentContextBuilderComponentContextBuilder. properties(@Nullable Dictionary<String,Object> properties)@NotNull ComponentContextBuilderComponentContextBuilder. properties(@Nullable Map<String,Object> properties)@NotNull ComponentContextBuilderComponentContextBuilder. usingBundle(@NotNull org.osgi.framework.Bundle usingBundle)
-