com.vaadin.flow.server.frontend.
Class TaskGenerateBootstrap
All Implemented Interfaces:
A task for generating the bootstrap file
FrontendUtils.BOOTSTRAP_FILE_NAME during `package` Maven goal.
For internal use only. May be renamed or removed in a future release.
Author:
Vaadin Ltd
-
Method Summary
Methods inherited from class com.vaadin.flow.server.frontend.AbstractTaskClientGenerator
execute
-
Method Details
-
getFileContent
Description copied from class:
AbstractTaskClientGeneratorGet file content for writing to the generated file.
Specified by:
getFileContentin classAbstractTaskClientGeneratorReturns:
content of the file.
-
getGeneratedFile
Description copied from class:
AbstractTaskClientGeneratorGet the generated file where content will be written.
Specified by:
getGeneratedFilein classAbstractTaskClientGeneratorReturns:
the generated file.
-
shouldGenerate
protected boolean shouldGenerate()Description copied from class:
AbstractTaskClientGeneratorCheck if it should generate the file or not.
Specified by:
shouldGeneratein classAbstractTaskClientGeneratorReturns:
true if it should generate, false otherwise.
-