Class CliPluginsList

All Implemented Interfaces:
Callable<Integer>

public class CliPluginsList extends CliPluginsBase implements Callable<Integer>
  • Field Details

    • runMode

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

      boolean installable
    • searchPattern

      String searchPattern
    • showCommand

      boolean showCommand
    • installedPlugins

      Map<String,io.quarkus.cli.plugin.Plugin> installedPlugins
  • Constructor Details

    • CliPluginsList

      public CliPluginsList()
  • 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)
    • listPluigns

      Integer listPluigns()
    • toString

      public String toString()
      Overrides:
      toString in class Object