Package dev.hilla.frontend
Class TaskGenerateEndpointImpl
- java.lang.Object
-
- dev.hilla.frontend.TaskGenerateEndpointImpl
-
- All Implemented Interfaces:
com.vaadin.flow.server.frontend.FallibleCommand,com.vaadin.flow.server.frontend.TaskGenerateEndpoint
public class TaskGenerateEndpointImpl extends Object implements com.vaadin.flow.server.frontend.TaskGenerateEndpoint
Starts the generation of TS files for endpoints.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()protected PropertiesreadApplicationProperties()
-
-
-
Method Detail
-
execute
public void execute() throws com.vaadin.flow.server.ExecutionFailedException- Specified by:
executein interfacecom.vaadin.flow.server.frontend.FallibleCommand- Throws:
com.vaadin.flow.server.ExecutionFailedException
-
readApplicationProperties
protected Properties readApplicationProperties()
-
-