Uses of Enum
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.CommandReturns the enum constant of this type with the specified name.static CommandFactory.Command[]CommandFactory.Command.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.zookeeper.cli with parameters of type CommandFactory.CommandModifier and TypeMethodDescriptionstatic CliCommandCommandFactory.getInstance(CommandFactory.Command command) Creates a newCliCommandinstance.