Class DeleteScanIterCommand
- java.lang.Object
-
- org.apache.accumulo.shell.Shell.Command
-
- org.apache.accumulo.shell.commands.DeleteScanIterCommand
-
@Deprecated public class DeleteScanIterCommand extends Shell.Command
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.accumulo.shell.Shell.Command
Shell.Command.CompletionSet
-
-
Constructor Summary
Constructors Constructor Description DeleteScanIterCommand()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringdescription()Deprecated.intexecute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)Deprecated.org.apache.commons.cli.OptionsgetOptions()Deprecated.intnumArgs()Deprecated.If the number of arguments is not always zero (not including those arguments handled through Options), make sure to override theShell.Command.usage()method.-
Methods inherited from class org.apache.accumulo.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral, usage
-
-
-
-
Method Detail
-
execute
public int execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState) throws Exception
Deprecated.- Specified by:
executein classShell.Command- Throws:
Exception
-
description
public String description()
Deprecated.- Specified by:
descriptionin classShell.Command
-
getOptions
public org.apache.commons.cli.Options getOptions()
Deprecated.- Overrides:
getOptionsin classShell.Command
-
numArgs
public int numArgs()
Deprecated.Description copied from class:Shell.CommandIf the number of arguments is not always zero (not including those arguments handled through Options), make sure to override theShell.Command.usage()method. Otherwise,Shell.Command.usage()does need to be overridden.- Specified by:
numArgsin classShell.Command
-
-