Class HelpAction

java.lang.Object
org.apache.activemq.artemis.cli.commands.HelpAction
All Implemented Interfaces:
Runnable

public class HelpAction extends Object implements Runnable
  • Constructor Details

    • HelpAction

      public HelpAction()
  • Method Details

    • help

      public static void help(picocli.CommandLine commandLine, String... args)
    • getCommandLine

      public picocli.CommandLine getCommandLine()
    • setCommandLine

      public HelpAction setCommandLine(picocli.CommandLine commandLine)
    • run

      public void run()
      Specified by:
      run in interface Runnable