Class Shell

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

public class Shell extends Object implements Runnable
  • Field Details

    • brokerURL

      protected String brokerURL
    • user

      protected String user
    • password

      protected String password
  • Constructor Details

    • Shell

      public Shell(picocli.CommandLine commandLine)
  • Method Details

    • run

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

      public static boolean inShell()
    • setInShell

      public static void setInShell()
    • isConnected

      public static boolean isConnected()
    • setConnected

      public static void setConnected(boolean connected)
    • runShell

      public static void runShell(boolean printBanner)
    • setDefaultPrompt

      public static void setDefaultPrompt()
    • setPrompt

      public static void setPrompt(String prompt)