com.vaadin.flow.server.frontend.
Class TaskGenerateIndexTs
All Implemented Interfaces:
Generate index.ts if it is missing in frontend folder.
 
For internal use only. May be renamed or removed in a future release.
Since:
3.0
- 
Method Summary
Methods inherited from class com.vaadin.flow.server.frontend.AbstractTaskClientGenerator
execute 
- 
Method Details
- 
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.
 - 
getFileContent
Description copied from class:
AbstractTaskClientGeneratorGet file content for writing to the generated file.
Specified by:
getFileContentin classAbstractTaskClientGeneratorReturns:
content of the file.
Throws:
IOException- if IO error happens while reading file content. 
 -