Uses of Interface
com.vaadin.hilla.engine.commandrunner.CommandRunner
Packages that use CommandRunner
-
Uses of CommandRunner in com.vaadin.hilla.engine.commandrunner
Classes in com.vaadin.hilla.engine.commandrunner that implement CommandRunnerModifier and TypeClassDescriptionclassRuns a Gradle command.classRuns a Maven command.Methods in com.vaadin.hilla.engine.commandrunner that return types with arguments of type CommandRunnerModifier and TypeMethodDescriptionstatic Optional<CommandRunner> GradleRunner.forProject(File projectDir, String... args) Creates a Gradle runner for the given project directory.static Optional<CommandRunner> MavenRunner.forProject(File projectDir, String... args) Creates a Maven runner for the given project directory.