Class ProjectExtensionsRemove

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

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

    • runMode

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

      Set<String> extensions
  • Constructor Details

    • ProjectExtensionsRemove

      public ProjectExtensionsRemove()
  • Method Details

    • call

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

      void dryRunRemove(picocli.CommandLine.Help help, io.quarkus.devtools.project.BuildTool buildTool)
    • toString

      public String toString()
      Overrides:
      toString in class Object