Uses of Enum Class
org.apache.zookeeper.cli.CommandFactory.Command
Packages that use CommandFactory.Command
-
Uses of CommandFactory.Command in org.apache.zookeeper.cli
Methods in org.apache.zookeeper.cli that return CommandFactory.CommandModifier and TypeMethodDescriptionstatic CommandFactory.Command
Returns the enum constant of this class with the specified name.static CommandFactory.Command[]
CommandFactory.Command.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.zookeeper.cli with parameters of type CommandFactory.CommandModifier and TypeMethodDescriptionstatic CliCommand
CommandFactory.getInstance
(CommandFactory.Command command) Creates a newCliCommand
instance.