Class InterpreterCommand
- java.lang.Object
-
- org.apache.accumulo.shell.Shell.Command
-
- org.apache.accumulo.shell.commands.ShellPluginConfigurationCommand
-
- org.apache.accumulo.shell.commands.InterpreterCommand
-
@Deprecated(since="2.1.0") public class InterpreterCommand extends ShellPluginConfigurationCommand
Deprecated.since 2.1.0 This will be removed in a future version
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.accumulo.shell.Shell.Command
Shell.Command.CompletionSet
-
-
Constructor Summary
Constructors Constructor Description InterpreterCommand()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringdescription()Deprecated.static Class<? extends ScanInterpreter>getCurrentInterpreter(String tableName, Shell shellState)Deprecated.-
Methods inherited from class org.apache.accumulo.shell.commands.ShellPluginConfigurationCommand
execute, getOptions, getPluginClass, numArgs, removePlugin, setPlugin
-
Methods inherited from class org.apache.accumulo.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral, usage
-
-
-
-
Method Detail
-
description
public String description()
Deprecated.- Specified by:
descriptionin classShell.Command
-
getCurrentInterpreter
public static Class<? extends ScanInterpreter> getCurrentInterpreter(String tableName, Shell shellState)
Deprecated.
-
-