Package com.vaadin.hilla.internal
Class TaskGenerateEndpointImpl
java.lang.Object
com.vaadin.hilla.internal.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
Modifier and TypeMethodDescriptionvoidexecute()Run TypeScript code generator.protected EngineAutoConfigurationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.server.frontend.FallibleCommand
setGeneratedFileSupport
-
Method Details
-
execute
public void execute() throws com.vaadin.flow.server.ExecutionFailedExceptionRun TypeScript code generator.- Specified by:
executein interfacecom.vaadin.flow.server.frontend.FallibleCommand- Throws:
com.vaadin.flow.server.ExecutionFailedException
-
getEngineConfiguration
-