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
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.server.frontend.FallibleCommandsetGeneratedFileSupport
- 
Constructor Details- 
NodeTasksInitialize tasks with the given options.- Parameters:
- options- the options
 
 
- 
- 
Method Details- 
executepublic void execute() throws com.vaadin.flow.server.ExecutionFailedException- Specified by:
- executein interface- com.vaadin.flow.server.frontend.FallibleCommand
- Throws:
- com.vaadin.flow.server.ExecutionFailedException
 
 
-