Class PulsarAdminTool

java.lang.Object
org.apache.pulsar.admin.cli.PulsarAdminTool
Direct Known Subclasses:
AdminShell

public class PulsarAdminTool extends Object
  • Field Details

    • allowSystemExit

      protected static boolean allowSystemExit
    • customCommandFactories

      protected List<org.apache.pulsar.admin.cli.extensions.CustomCommandFactory> customCommandFactories
    • commandMap

      protected Map<String,Class<?>> commandMap
    • jcommander

      protected com.beust.jcommander.JCommander jcommander
    • rootParams

      protected PulsarAdminTool.RootParams rootParams
    • pulsarAdminSupplier

      protected PulsarAdminSupplier pulsarAdminSupplier
  • Constructor Details

  • Method Details