Class 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 Detail

      • execute

        public void execute()
                     throws com.vaadin.flow.server.ExecutionFailedException
        Specified by:
        execute in interface com.vaadin.flow.server.frontend.FallibleCommand
        Throws:
        com.vaadin.flow.server.ExecutionFailedException
      • readApplicationProperties

        protected Properties readApplicationProperties()