Class ProjectExtensionsCategories

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

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

    • runMode

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

      io.quarkus.cli.common.CategoryListFormatOptions format
    • targetQuarkusVersion

      io.quarkus.cli.common.TargetQuarkusPlatformGroup targetQuarkusVersion
  • Constructor Details

    • ProjectExtensionsCategories

      public ProjectExtensionsCategories()
  • Method Details

    • call

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

      Integer dryRunList(picocli.CommandLine.Help help, io.quarkus.devtools.project.BuildTool buildTool)
    • listPlatformCategories

      Integer listPlatformCategories() throws io.quarkus.devtools.commands.data.QuarkusCommandException, io.quarkus.registry.RegistryResolutionException
      Throws:
      io.quarkus.devtools.commands.data.QuarkusCommandException
      io.quarkus.registry.RegistryResolutionException
    • toString

      public String toString()
      Overrides:
      toString in class Object