Uses of Interface
dev.getelements.elements.sdk.MutableElementRegistry
Packages that use MutableElementRegistry
Package
Description
-
Uses of MutableElementRegistry in dev.getelements.elements.common.app
Methods in dev.getelements.elements.common.app that return MutableElementRegistryModifier and TypeMethodDescriptionStandardApplicationElementService.getElementRegistry
(Application application) StandardApplicationElementService.getRootElementRegistry()
Methods in dev.getelements.elements.common.app with parameters of type MutableElementRegistryModifier and TypeMethodDescriptionvoid
StandardApplicationElementService.setRootElementRegistry
(MutableElementRegistry rootElementRegistry) -
Uses of MutableElementRegistry in dev.getelements.elements.sdk
Methods in dev.getelements.elements.sdk that return MutableElementRegistryModifier and TypeMethodDescriptionstatic MutableElementRegistry
MutableElementRegistry.newDefaultInstance()
Creates a new instance of theElementRegistry
using the system default SPI.ElementRegistry.newSubordinateRegistry()
Returns a new subordinate registry.Methods in dev.getelements.elements.sdk with parameters of type MutableElementRegistryModifier and TypeMethodDescriptionElementLoader.Default.load
(MutableElementRegistry parent) ElementLoader.load
(MutableElementRegistry parent) Loads a new instance of theElement
with the suppliedElementRegistry
as the parent.ElementPathLoader.load
(MutableElementRegistry registry) Loads allElement
into the supplied registry, using the globally configured ELEMENTPATH as the source location.ElementPathLoader.load
(MutableElementRegistry registry, Path path) ElementPathLoader.load
(MutableElementRegistry registry, Path path, ClassLoader baseClassLoader) -
Uses of MutableElementRegistry in dev.getelements.elements.sdk.local
Methods in dev.getelements.elements.sdk.local that return MutableElementRegistryModifier and TypeMethodDescriptionElementsLocal.getRootElementRegistry()
Gets the rootElementRegistry
used by the local runner.StandardElementsLocal.getRootElementRegistry()
Methods in dev.getelements.elements.sdk.local with parameters of type MutableElementRegistryModifier and TypeMethodDescriptionvoid
StandardElementsLocal.setRootElementRegistry
(MutableElementRegistry rootElementRegistry) -
Uses of MutableElementRegistry in dev.getelements.elements.sdk.spi
Classes in dev.getelements.elements.sdk.spi that implement MutableElementRegistryModifier and TypeClassDescriptionclass
ImplementsElementRegistry
at the root level with no parent.Methods in dev.getelements.elements.sdk.spi that return MutableElementRegistryModifier and TypeMethodDescriptionElementScopedElementRegistry.newSubordinateRegistry()
RootElementRegistry.newSubordinateRegistry()
Methods in dev.getelements.elements.sdk.spi with parameters of type MutableElementRegistryModifier and TypeMethodDescriptionDefaultSharedElementLoader.load
(MutableElementRegistry parent) DirectoryElementPathLoader.load
(MutableElementRegistry registry, Path path, ClassLoader baseClassLoader) -
Uses of MutableElementRegistry in dev.getelements.elements.sdk.spi.guice
Methods in dev.getelements.elements.sdk.spi.guice with parameters of type MutableElementRegistry