public class ReflectiveCommandHandler extends AbstractCommandHandler
Command
implementation that uses reflection to
determine the method to dispatch the command.Constructor and Description |
---|
ReflectiveCommandHandler(BeeLine beeLine,
java.lang.String[] cmds,
jline.Completor[] completor) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(java.lang.String line) |
getHelpText, getName, getNames, getParameterCompletors, matches, setParameterCompletors
public ReflectiveCommandHandler(BeeLine beeLine, java.lang.String[] cmds, jline.Completor[] completor)
Copyright © 2012 The Apache Software Foundation