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 ElementsLocalBuilderElementsLocalBuilder.getDefault()Gets a default instance of theElementsLocalBuilder.ElementsLocalBuilder.withAttributes(Attributes attributes) Specifies the system properties as anAttributesinstance.StandardElementsLocalBuilder.withAttributes(Attributes attributes) ElementsLocalBuilder.withClassLoaderConstructor(ElementLoaderFactory.ClassLoaderConstructor constructor) Specifies the classloader constructor to use for loading theElement.StandardElementsLocalBuilder.withClassLoaderConstructor(ElementLoaderFactory.ClassLoaderConstructor constructor) default ElementsLocalBuilderElementsLocalBuilder.withDelegatingClassLoader()Delegates to the system classloader to load elements.default ElementsLocalBuilderElementsLocalBuilder.withElementNamed(String applicationNameOrId, String aPacakge) Specifies anElementto load associated with the supplied package.ElementsLocalBuilder.withElementNamed(String applicationNameOrId, String elementName, Attributes attributes) Specifies anElementto load associated with the supplied package.StandardElementsLocalBuilder.withElementNamed(String applicationNameOrId, String elementName, Attributes attributes) default ElementsLocalBuilderElementsLocalBuilder.withProperties(Properties properties) Specifies the system properties as aPropertiesinstance.