Class NodeTasks
java.lang.Object
io.jmix.flowui.devserver.frontend.NodeTasks
- All Implemented Interfaces:
com.vaadin.flow.server.frontend.FallibleCommand
An executor that it's run when the servlet context is initialised in dev-mode
or when flow-maven-plugin goals are run. It can chain a set of task to run.
For internal use only. May be renamed or removed in a future release.
- Since:
- 2.0
-
Constructor Details
-
NodeTasks
Initialize tasks with the given options.- Parameters:
options
- the options
-
-
Method Details
-
execute
public void execute() throws com.vaadin.flow.server.ExecutionFailedException- Specified by:
execute
in interfacecom.vaadin.flow.server.frontend.FallibleCommand
- Throws:
com.vaadin.flow.server.ExecutionFailedException
-