Class DevModeInitializer
java.lang.Object
com.vaadin.base.devserver.startup.DevModeInitializer
- All Implemented Interfaces:
Serializable
Initializer for starting node updaters as well as the dev mode server.
For internal use only. May be renamed or removed in a future release.
- Since:
- 2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DevModeHandlerinitDevModeHandler(Set<Class<?>> classes, VaadinContext context, Executor taskExecutor) Initialize the devmode server if not in production mode or compatibility mode.
-
Constructor Details
-
DevModeInitializer
public DevModeInitializer()
-
-
Method Details
-
initDevModeHandler
public static DevModeHandler initDevModeHandler(Set<Class<?>> classes, VaadinContext context, Executor taskExecutor) throws VaadinInitializerException Initialize the devmode server if not in production mode or compatibility mode.- Parameters:
classes- classes to check for npm- and js modulescontext- VaadinContext we are running intaskExecutor- the executor to use for asynchronous execution- Returns:
- the initialized dev mode handler or
nullif none was created - Throws:
VaadinInitializerException- if dev mode can't be initialized
-