Uses of Class
com.vaadin.hilla.engine.EngineConfiguration
Packages that use EngineConfiguration
-
Uses of EngineConfiguration in com.vaadin.hilla.engine
Methods in com.vaadin.hilla.engine that return EngineConfigurationModifier and TypeMethodDescriptionEngineConfiguration.Builder.create()
static EngineConfiguration
Reads the configuration from the given file path.static EngineConfiguration
EngineConfiguration.loadDirectory
(Path configDir) Reads the configuration from the given base directory.Constructors in com.vaadin.hilla.engine with parameters of type EngineConfigurationModifierConstructorDescriptionBuilder
(EngineConfiguration configuration) GeneratorProcessor
(EngineConfiguration conf, String nodeCommand, boolean isProductionMode) ParserProcessor
(EngineConfiguration conf, ClassLoader classLoader, boolean isProductionMode)