Uses of Class
dev.getelements.elements.sdk.util.ElementScopes.Builder
Packages that use ElementScopes.Builder
-
Uses of ElementScopes.Builder in dev.getelements.elements.sdk.util
Methods in dev.getelements.elements.sdk.util that return ElementScopes.BuilderModifier and TypeMethodDescriptionstatic ElementScopes.Builder
ElementScopes.builder()
Creates a new builder for ElementScopes.ElementScopes.Builder.withAttributes
(Attributes attributes) Sets theAttributes
to assign to the scope.ElementScopes.Builder.withElementsNamed
(String... names) Sets the selector to include elements with the specified names.ElementScopes.Builder.withLogger
(org.slf4j.Logger logger) The logger to use.Specifies the name of the scope.ElementScopes.Builder.withNameFrom
(Class<?> aClass) Specifies the name of the scope, using the suppliedClass.getName()
as the name.ElementScopes.Builder.withRegistry
(ElementRegistry registry) Sets the registry to be used.ElementScopes.Builder.withSelector
(Predicate<Element> selector) Sets the selector to be used.