Package dev.hilla.internal
Class TaskGenerateHillaImpl
- java.lang.Object
-
- dev.hilla.internal.TaskGenerateHillaImpl
-
- All Implemented Interfaces:
com.vaadin.flow.server.frontend.FallibleCommand,com.vaadin.flow.server.frontend.TaskGenerateHilla
@NpmPackage(value="@hilla/generator-typescript-core",version="1.3.29") @NpmPackage(value="@hilla/generator-typescript-utils",version="1.3.29") @NpmPackage(value="@hilla/generator-typescript-cli",version="1.3.29") @NpmPackage(value="@hilla/generator-typescript-plugin-client",version="1.3.29") @NpmPackage(value="@hilla/generator-typescript-plugin-backbone",version="1.3.29") @NpmPackage(value="@hilla/generator-typescript-plugin-barrel",version="1.3.29") @NpmPackage(value="@hilla/generator-typescript-plugin-model",version="1.3.29") @NpmPackage(value="@hilla/generator-typescript-plugin-push",version="1.3.29") public class TaskGenerateHillaImpl extends Object implements com.vaadin.flow.server.frontend.TaskGenerateHilla
-
-
Constructor Summary
Constructors Constructor Description TaskGenerateHillaImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(File projectDirectory, String buildDirectoryName)voidexecute()
-
-
-
Method Detail
-
configure
public void configure(File projectDirectory, String buildDirectoryName)
- Specified by:
configurein interfacecom.vaadin.flow.server.frontend.TaskGenerateHilla
-
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
-
-