org.apache.hive.cli.beeline
Class ReflectiveCommandHandler

java.lang.Object
  extended by org.apache.hive.cli.beeline.AbstractCommandHandler
      extended by org.apache.hive.cli.beeline.ReflectiveCommandHandler

public class ReflectiveCommandHandler
extends AbstractCommandHandler

A Command implementation that uses reflection to determine the method to dispatch the command.


Constructor Summary
ReflectiveCommandHandler(BeeLine beeLine, String[] cmds, jline.Completor[] completor)
           
 
Method Summary
 boolean execute(String line)
           
 
Methods inherited from class org.apache.hive.cli.beeline.AbstractCommandHandler
getHelpText, getName, getNames, getParameterCompletors, matches, setParameterCompletors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectiveCommandHandler

public ReflectiveCommandHandler(BeeLine beeLine,
                                String[] cmds,
                                jline.Completor[] completor)
Method Detail

execute

public boolean execute(String line)


Copyright © 2013 The Apache Software Foundation