Class MavenElementsLocalBuilder
java.lang.Object
dev.getelements.elements.sdk.local.maven.MavenElementsLocalBuilder
- All Implemented Interfaces:
ElementsLocalBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theElementsLocalinstancewithAttributes(Attributes attributes) Specifies the system properties as anAttributesinstance.withElementNamed(String applicationNameOrId, String elementName, Attributes attributes) Specifies anElementto load associated with the supplied package.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.getelements.elements.sdk.local.ElementsLocalBuilder
withElementNamed, withProperties
-
Field Details
-
MAVEN_PHASE
-
ELEMENT_CLASSPATH
-
MAVEN_PHASE_ENV
- See Also:
-
ELEMENT_CLASSPATH_ENV
- See Also:
-
MAVEN_PHASE_PROPERTY
- See Also:
-
ELEMENT_CLASSPATH_PROPERTY
- See Also:
-
-
Constructor Details
-
MavenElementsLocalBuilder
public MavenElementsLocalBuilder()
-
-
Method Details
-
withAttributes
Description copied from interface:ElementsLocalBuilderSpecifies the system properties as anAttributesinstance.- Specified by:
withAttributesin interfaceElementsLocalBuilder- Parameters:
attributes- the attributes- Returns:
- this instance
-
withElementNamed
public ElementsLocalBuilder withElementNamed(String applicationNameOrId, String elementName, Attributes attributes) Description copied from interface:ElementsLocalBuilderSpecifies anElementto load associated with the supplied package.- Specified by:
withElementNamedin interfaceElementsLocalBuilder- Parameters:
applicationNameOrId- the name or id of theApplicationelementName- the name of the Elementattributes- theAttributesto use when loading the package- Returns:
- this instance
-
build
Description copied from interface:ElementsLocalBuilderBuilds theElementsLocalinstance- Specified by:
buildin interfaceElementsLocalBuilder- Returns:
- the
ElementsLocalinstance
-