public abstract class CmdBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.beust.jcommander.JCommander |
jcommander |
| Constructor and Description |
|---|
CmdBase(String cmdName,
Supplier<PulsarAdmin> adminSupplier) |
| Modifier and Type | Method and Description |
|---|---|
protected PulsarAdmin |
getAdmin() |
protected com.beust.jcommander.IUsageFormatter |
getUsageFormatter() |
boolean |
run(String[] args) |
public CmdBase(String cmdName, Supplier<PulsarAdmin> adminSupplier)
protected com.beust.jcommander.IUsageFormatter getUsageFormatter()
public boolean run(String[] args)
protected PulsarAdmin getAdmin()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.