Uses of Class
dev.getelements.elements.rt.manifest.startup.StartupModule
Packages that use StartupModule
-
Uses of StartupModule in dev.getelements.elements.rt.manifest.startup
Methods in dev.getelements.elements.rt.manifest.startup that return types with arguments of type StartupModuleModifier and TypeMethodDescriptionStartupManifest.getModulesByName()
Gets a mapping ofStartupModule
instances by their associated name.Method parameters in dev.getelements.elements.rt.manifest.startup with type arguments of type StartupModuleModifier and TypeMethodDescriptionvoid
StartupManifest.setModulesByName
(Map<String, StartupModule> modulesByName) Sets a mapping ofStartupModule
instances by their associated name.