Class HelpAction
- java.lang.Object
-
- org.apache.activemq.artemis.cli.commands.HelpAction
-
-
Constructor Summary
Constructors Constructor Description HelpAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description picocli.CommandLinegetCommandLine()static voidhelp(picocli.CommandLine commandLine, String... args)voidrun()HelpActionsetCommandLine(picocli.CommandLine commandLine)
-
-
-
Method Detail
-
help
public static void help(picocli.CommandLine commandLine, String... args)
-
getCommandLine
public picocli.CommandLine getCommandLine()
-
setCommandLine
public HelpAction setCommandLine(picocli.CommandLine commandLine)
-
-