Uses of Interface
dev.getelements.elements.sdk.cluster.ApplicationAssetLoader
Packages that use ApplicationAssetLoader
Package
Description
-
Uses of ApplicationAssetLoader in dev.getelements.elements.common.app
Methods in dev.getelements.elements.common.app that return ApplicationAssetLoaderMethods in dev.getelements.elements.common.app with parameters of type ApplicationAssetLoaderModifier and TypeMethodDescriptionvoid
StandardApplicationElementService.setApplicationAssetLoader
(ApplicationAssetLoader applicationAssetLoader) -
Uses of ApplicationAssetLoader in dev.getelements.elements.rest.test
Classes in dev.getelements.elements.rest.test that implement ApplicationAssetLoaderModifier and TypeClassDescriptionclass
An implementation of theApplicationAssetLoader
which loads testElement
s from theTestArtifactRegistry
. -
Uses of ApplicationAssetLoader in dev.getelements.elements.rt.git
Subinterfaces of ApplicationAssetLoader in dev.getelements.elements.rt.gitModifier and TypeInterfaceDescriptioninterface
The GitLoader takes a clone of an existing git repository, and allows downstream code access to that directory.Classes in dev.getelements.elements.rt.git that implement ApplicationAssetLoaderModifier and TypeClassDescriptionclass
A special class which will load anApplicationId
's code to a local temporary directory where it can be processed and run.