Class ProjectExtensionsList

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

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

    • runMode

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

      io.quarkus.cli.common.TargetQuarkusPlatformGroup targetQuarkusVersion
    • installable

      boolean installable
    • searchPattern

      String searchPattern
    • category

      String category
    • format

      io.quarkus.cli.common.ListFormatOptions format
  • Constructor Details

    • ProjectExtensionsList

      public ProjectExtensionsList()
  • 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)
    • listPlatformExtensions

      Integer listPlatformExtensions() 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