Uses of Class
org.apache.bookkeeper.tools.framework.CliSpec
-
Packages that use CliSpec Package Description org.apache.bookkeeper.tools.cli.commands.cookie Cookie related cli commands.org.apache.bookkeeper.tools.cli.helpers This classes provides some helper mixins for easily to add commands to bookie shell.org.apache.bookkeeper.tools.common Common classes used across multiple tools.org.apache.bookkeeper.tools.framework BookKeeper Tool Framework. -
-
Uses of CliSpec in org.apache.bookkeeper.tools.cli.commands.cookie
Constructors in org.apache.bookkeeper.tools.cli.commands.cookie with parameters of type CliSpec Constructor Description CookieCommand(CliSpec<CookieFlagsT> spec)
-
Uses of CliSpec in org.apache.bookkeeper.tools.cli.helpers
Constructors in org.apache.bookkeeper.tools.cli.helpers with parameters of type CliSpec Constructor Description BookieCommand(CliSpec<BookieFlagsT> spec)
ClientCommand(CliSpec<ClientFlagsT> spec)
DiscoveryCommand(CliSpec<DiscoveryFlagsT> spec)
-
Uses of CliSpec in org.apache.bookkeeper.tools.common
Constructors in org.apache.bookkeeper.tools.common with parameters of type CliSpec Constructor Description BKCommand(CliSpec<CommandFlagsT> spec)
-
Uses of CliSpec in org.apache.bookkeeper.tools.framework
Fields in org.apache.bookkeeper.tools.framework declared as CliSpec Modifier and Type Field Description protected CliSpec<CommandFlagsT>
CliCommand. spec
Methods in org.apache.bookkeeper.tools.framework that return CliSpec Modifier and Type Method Description CliSpec<CliFlagsT>
CliSpec.Builder. build()
(package private) CliSpec<CliFlagsT>
Cli. updateSpecWithDefaultValues(CliSpec<CliFlagsT> spec)
Methods in org.apache.bookkeeper.tools.framework with parameters of type CliSpec Modifier and Type Method Description (package private) static <CliFlagsT extends CliFlags>
java.lang.StringCli. getCmdPath(CliSpec<CliFlagsT> spec)
static <T extends CliFlags>
CliSpec.Builder<T>CliSpec. newBuilder(CliSpec<T> spec)
Create a new builder to build the cli spec from an existing spec.static <CliOptsT extends CliFlags>
voidCli. printUsage(CliSpec<CliOptsT> spec)
static <CliOptsT extends CliFlags>
intCli. runCli(CliSpec<CliOptsT> spec, java.lang.String[] args)
(package private) static <CliFlagsT extends CliFlags>
com.beust.jcommander.JCommanderCli. setupCli(java.lang.String cmdPath, CliSpec<CliFlagsT> spec, java.util.Map<java.lang.String,Command> commandMap)
(package private) static <CliFlagsT extends CliFlags>
java.io.PrintStreamCli. setupConsole(CliSpec<CliFlagsT> spec)
(package private) CliSpec<CliFlagsT>
Cli. updateSpecWithDefaultValues(CliSpec<CliFlagsT> spec)
Constructors in org.apache.bookkeeper.tools.framework with parameters of type CliSpec Constructor Description Cli(CliSpec<CliFlagsT> spec)
CliCommand(CliSpec<CommandFlagsT> spec)
CliCommandGroup(CliSpec<GlobalFlagsT> spec)
-