Interface TaskGenerateHilla

All Superinterfaces:
com.vaadin.flow.server.frontend.FallibleCommand

public interface TaskGenerateHilla extends com.vaadin.flow.server.frontend.FallibleCommand
Generate the Vaadin TS files for endpoints, and the Client API file. It uses the new Maven/Gradle plugin based generator.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    configure(File projectDirectory, String buildDirectoryName)
     

    Methods inherited from interface com.vaadin.flow.server.frontend.FallibleCommand

    execute
  • Method Details

    • configure

      default void configure(File projectDirectory, String buildDirectoryName)