Uses of Interface
dev.getelements.elements.sdk.local.ElementsLocalBuilder
Packages that use ElementsLocalBuilder
-
Uses of ElementsLocalBuilder in dev.getelements.elements.sdk.local
Classes in dev.getelements.elements.sdk.local that implement ElementsLocalBuilderMethods 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.StandardElementsLocalBuilder.withAttributes
(Attributes attributes) ElementsLocalBuilder.withClassLoaderConstructor
(ElementLoaderFactory.ClassLoaderConstructor constructor) Specifies the classloader constructor to use for loading theElement
.StandardElementsLocalBuilder.withClassLoaderConstructor
(ElementLoaderFactory.ClassLoaderConstructor constructor) default ElementsLocalBuilder
ElementsLocalBuilder.withDelegatingClassLoader()
Delegates to the system classloader to load elements.default ElementsLocalBuilder
ElementsLocalBuilder.withElementNamed
(String applicationNameOrId, String aPacakge) 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.StandardElementsLocalBuilder.withElementNamed
(String applicationNameOrId, String elementName, Attributes attributes) default ElementsLocalBuilder
ElementsLocalBuilder.withProperties
(Properties properties) Specifies the system properties as aProperties
instance.