org.apache.hive.cli.beeline
Class ReflectiveCommandHandler
java.lang.Object
org.apache.hive.cli.beeline.AbstractCommandHandler
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectiveCommandHandler
public ReflectiveCommandHandler(BeeLine beeLine,
String[] cmds,
jline.Completor[] completor)
execute
public boolean execute(String line)
Copyright © 2013 The Apache Software Foundation