Uses of Annotation Type
org.apache.sling.testing.mock.osgi.config.annotations.SetConfig
Packages that use SetConfig
Package
Description
OSGi Config Type Parameters core implementation.
-
Uses of SetConfig in org.apache.sling.testing.mock.osgi.config
Methods in org.apache.sling.testing.mock.osgi.config that return types with arguments of type SetConfigModifier and TypeMethodDescriptionConfigAnnotationUtil.findUpdateConfigAnnotations
(@NotNull AnnotatedElement element) FindSetConfig
annotations on the givenAnnotatedElement
.ConfigAnnotationUtil.findUpdateConfigAnnotations
(@NotNull Collection<Annotation> annotations) FindSetConfig
annotations in the given collection.Methods in org.apache.sling.testing.mock.osgi.config with parameters of type SetConfigModifier and TypeMethodDescriptionvoid
ConfigTypeContext.updateConfiguration
(@NotNull SetConfig annotation) Updates aConfiguration
from the provided annotation.