org.apache.accumulo.core.util.shell.commands
Class InterpreterCommand

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.Shell.Command
      extended by org.apache.accumulo.core.util.shell.commands.ShellPluginConfigurationCommand
          extended by org.apache.accumulo.core.util.shell.commands.InterpreterCommand

public class InterpreterCommand
extends ShellPluginConfigurationCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.util.shell.Shell.Command
Shell.Command.CompletionSet
 
Constructor Summary
InterpreterCommand()
           
 
Method Summary
 String description()
           
static Class<? extends ScanInterpreter> getCurrentInterpreter(String tableName, Shell shellState)
           
 
Methods inherited from class org.apache.accumulo.core.util.shell.commands.ShellPluginConfigurationCommand
execute, getOptions, getPluginClass, numArgs, removePlugin, setPlugin
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpreterCommand

public InterpreterCommand()
Method Detail

description

public String description()
Specified by:
description in class Shell.Command

getCurrentInterpreter

public static Class<? extends ScanInterpreter> getCurrentInterpreter(String tableName,
                                                                     Shell shellState)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.