Class QuitCommand
- java.lang.Object
-
- org.apache.accumulo.shell.Shell.Command
-
- org.apache.accumulo.shell.commands.ExitCommand
-
- org.apache.accumulo.shell.commands.QuitCommand
-
public class QuitCommand extends ExitCommand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.accumulo.shell.Shell.Command
Shell.Command.CompletionSet
-
-
Constructor Summary
Constructors Constructor Description QuitCommand()
-
Method Summary
-
Methods inherited from class org.apache.accumulo.shell.commands.ExitCommand
description, execute, numArgs
-
Methods inherited from class org.apache.accumulo.shell.Shell.Command
getName, getOptions, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral, usage
-
-