Uses of Class
io.vertigo.core.node.config.ModuleConfig
-
Packages that use ModuleConfig Package Description io.vertigo.core.node.component.loader io.vertigo.core.node.config io.vertigo.core.node.definition.loader -
-
Uses of ModuleConfig in io.vertigo.core.node.component.loader
Method parameters in io.vertigo.core.node.component.loader with type arguments of type ModuleConfig Modifier and Type Method Description ComponentSpaceLoader
ComponentSpaceLoader. loadAllComponentsAndAspects(List<ModuleConfig> moduleConfigs)
Add all the components defined in the moduleConfigs into the componentSpace. -
Uses of ModuleConfig in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return ModuleConfig Modifier and Type Method Description ModuleConfig
Features. build()
ModuleConfig
ModuleConfigBuilder. build()
Methods in io.vertigo.core.node.config that return types with arguments of type ModuleConfig Modifier and Type Method Description List<ModuleConfig>
NodeConfig. getModuleConfigs()
Methods in io.vertigo.core.node.config with parameters of type ModuleConfig Modifier and Type Method Description NodeConfigBuilder
NodeConfigBuilder. addModule(ModuleConfig moduleConfig)
Adds a a moduleConfig. -
Uses of ModuleConfig in io.vertigo.core.node.definition.loader
Method parameters in io.vertigo.core.node.definition.loader with type arguments of type ModuleConfig Modifier and Type Method Description DefinitionSpaceLoader
DefinitionSpaceLoader. loadDefinitions(List<ModuleConfig> moduleConfigs)
Inject all the definition of the modules.
-