Class ProjectExtensionsAdd

java.lang.Object
io.quarkus.cli.BaseBuildCommand
io.quarkus.cli.ProjectExtensionsAdd
All Implemented Interfaces:
Callable<Integer>

public class ProjectExtensionsAdd extends BaseBuildCommand implements Callable<Integer>
  • Field Details

    • runMode

      io.quarkus.cli.common.RunModeOption runMode
    • extensions

      Set<String> extensions
  • Constructor Details

    • ProjectExtensionsAdd

      public ProjectExtensionsAdd()
  • Method Details

    • call

      public Integer call()
      Specified by:
      call in interface Callable<Integer>
    • dryRunAdd

      void dryRunAdd(picocli.CommandLine.Help help, io.quarkus.devtools.project.BuildTool buildTool)