Uses of Interface
dev.getelements.elements.sdk.local.ElementsLocalBuilder
Packages that use ElementsLocalBuilder
-
Uses of ElementsLocalBuilder in dev.getelements.elements.sdk.local
Methods in dev.getelements.elements.sdk.local that return ElementsLocalBuilderModifier and TypeMethodDescriptionstatic ElementsLocalBuilder
ElementsLocalBuilder.getDefault()
Gets a default instance of theElementsLocalBuilder
.ElementsLocalBuilder.withAttributes
(Attributes attributes) Specifies the system properties as anAttributes
instance.default ElementsLocalBuilder
ElementsLocalBuilder.withElementNamed
(String applicationNameOrId, String aPackage) Specifies anElement
to load associated with the supplied package.ElementsLocalBuilder.withElementNamed
(String applicationNameOrId, String elementName, Attributes attributes) Specifies anElement
to load associated with the supplied package.default ElementsLocalBuilder
ElementsLocalBuilder.withProperties
(Properties properties) Specifies the system properties as aProperties
instance. -
Uses of ElementsLocalBuilder in dev.getelements.elements.sdk.local.maven
Classes in dev.getelements.elements.sdk.local.maven that implement ElementsLocalBuilderMethods in dev.getelements.elements.sdk.local.maven that return ElementsLocalBuilderModifier and TypeMethodDescriptionMavenElementsLocalBuilder.withAttributes
(Attributes attributes) MavenElementsLocalBuilder.withElementNamed
(String applicationNameOrId, String elementName, Attributes attributes)