Uses of Class
org.apache.bookkeeper.tools.framework.CliSpec
Packages that use CliSpec
Package
Description
Cookie related cli commands.
This classes provides some helper mixins for easily to add commands
to bookie shell.
Common classes used across multiple tools.
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 -
Uses of CliSpec in org.apache.bookkeeper.tools.cli.helpers
Constructors in org.apache.bookkeeper.tools.cli.helpers with parameters of type CliSpecModifierConstructorDescriptionprotectedBookieCommand(CliSpec<BookieFlagsT> spec) protectedClientCommand(CliSpec<ClientFlagsT> spec) protected -
Uses of CliSpec in org.apache.bookkeeper.tools.common
Constructors in org.apache.bookkeeper.tools.common with parameters of type CliSpec -
Uses of CliSpec in org.apache.bookkeeper.tools.framework
Fields in org.apache.bookkeeper.tools.framework declared as CliSpecMethods in org.apache.bookkeeper.tools.framework that return CliSpecModifier and TypeMethodDescriptionCliSpec.Builder.build()Cli.updateSpecWithDefaultValues(CliSpec<CliFlagsT> spec) Methods in org.apache.bookkeeper.tools.framework with parameters of type CliSpecModifier and TypeMethodDescriptionCli.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>
int(package private) static <CliFlagsT extends CliFlags>
com.beust.jcommander.JCommander(package private) static <CliFlagsT extends CliFlags>
PrintStreamCli.setupConsole(CliSpec<CliFlagsT> spec) Cli.updateSpecWithDefaultValues(CliSpec<CliFlagsT> spec) Constructors in org.apache.bookkeeper.tools.framework with parameters of type CliSpecModifierConstructorDescriptionCliCommand(CliSpec<CommandFlagsT> spec) protectedCliCommandGroup(CliSpec<GlobalFlagsT> spec)