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) FindSetConfigannotations on the givenAnnotatedElement.ConfigAnnotationUtil.findUpdateConfigAnnotations(@NotNull Collection<Annotation> annotations) FindSetConfigannotations in the given collection.Methods in org.apache.sling.testing.mock.osgi.config with parameters of type SetConfigModifier and TypeMethodDescriptionvoidConfigTypeContext.updateConfiguration(@NotNull SetConfig annotation) Updates aConfigurationfrom the provided annotation.