We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.frontend.
Interface TaskGenerateHilla
-
All Superinterfaces:
public interface TaskGenerateHilla extends FallibleCommand
Generate the Vaadin TS files for endpoints, and the Client API file. It uses the new Maven/Gradle plugin based generator.
For internal use only. May be renamed or removed in a future release.
-
-
Method Summary
All Methods Modifier and Type Method Description default void
configure(File projectDirectory, String buildDirectoryName)
Configures the task by passing it some parameters.
-
Methods inherited from interface com.vaadin.flow.server.frontend.FallibleCommand
execute
-
-
-
-
Method Detail
-
configure
default void configure(File projectDirectory, String buildDirectoryName)
Configures the task by passing it some parameters.
Parameters:
projectDirectory
- the project root directory. In a Maven multi-module project, this is the module root, not the main project one.buildDirectoryName
- the name of the build directory (i.e. "build" or "target").
-
-