Class StandardElementsLocalFactory
java.lang.Object
dev.getelements.elements.sdk.local.internal.StandardElementsLocalFactory
- All Implemented Interfaces:
ElementsLocalFactory
This is used to load the local elements SDK from Maven on a separate ClassLoader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ElementsLocalFactoryRecord record) Creates theElementsLocalinstance.
-
Constructor Details
-
StandardElementsLocalFactory
public StandardElementsLocalFactory()
-
-
Method Details
-
create
Description copied from interface:ElementsLocalFactoryCreates theElementsLocalinstance.- Specified by:
createin interfaceElementsLocalFactory- Parameters:
record- the record containing the information to load- Returns:
- the
ElementsLocal
-