Package org.apache.pulsar.admin.cli
Class PulsarAdminTool
java.lang.Object
org.apache.pulsar.admin.cli.PulsarAdminTool
- Direct Known Subclasses:
AdminShell
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static booleanprotected final List<CustomCommandFactory>protected com.beust.jcommander.JCommanderprotected PulsarAdminSupplierprotected PulsarAdminTool.RootParams -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PulsarAdminToolprotected voidprotected voidinitRootParamsFromProperties(Properties properties) static voidprotected booleanvoidsetPulsarAdminSupplier(PulsarAdminSupplier pulsarAdminSupplier) void
-
Field Details
-
allowSystemExit
protected static boolean allowSystemExit -
customCommandFactories
-
commandMap
-
jcommander
protected com.beust.jcommander.JCommander jcommander -
rootParams
-
pulsarAdminSupplier
-
-
Constructor Details
-
PulsarAdminTool
- Throws:
Exception
-
-
Method Details