Class TaskGenerateBootstrap
java.lang.Object
com.vaadin.flow.server.frontend.AbstractFileGeneratorFallibleCommand
io.jmix.flowui.devserver.frontend.AbstractTaskClientGenerator
io.jmix.flowui.devserver.frontend.TaskGenerateBootstrap
- All Implemented Interfaces:
- com.vaadin.flow.server.frontend.FallibleCommand
A task for generating the bootstrap file
 
FrontendUtils.BOOTSTRAP_FILE_NAME during `package` Maven goal.- 
Method SummaryMethods inherited from class io.jmix.flowui.devserver.frontend.AbstractTaskClientGeneratorexecuteMethods inherited from class com.vaadin.flow.server.frontend.AbstractFileGeneratorFallibleCommandsetGeneratedFileSupport, track, track, writeIfChanged, writeIfChanged
- 
Method Details- 
getFileContentDescription copied from class:AbstractTaskClientGeneratorGet file content for writing to the generated file.- Specified by:
- getFileContentin class- AbstractTaskClientGenerator
- Returns:
- content of the file.
 
- 
getGeneratedFileDescription copied from class:AbstractTaskClientGeneratorGet the generated file where content will be written.- Specified by:
- getGeneratedFilein class- AbstractTaskClientGenerator
- Returns:
- the generated file.
 
- 
shouldGenerateprotected boolean shouldGenerate()Description copied from class:AbstractTaskClientGeneratorCheck if it should generate the file or not.- Specified by:
- shouldGeneratein class- AbstractTaskClientGenerator
- Returns:
- true if it should generate, false otherwise.
 
 
-