Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandHandler
An abstract implementation of CommandHandler.
|
class |
ReflectiveCommandHandler
A
CommandHandler implementation that
uses reflection to determine the method to dispatch the command. |
Modifier and Type | Method and Description |
---|---|
Collection<CommandHandler> |
SqlLine.getCommandHandlers() |
Collection<CommandHandler> |
Application.getCommandHandlers(SqlLine sqlLine)
Override this method to modify supported commands.
|
Modifier and Type | Method and Description |
---|---|
void |
SqlLine.updateCommandHandlers(Collection<CommandHandler> commandHandlers) |
Copyright © 2002–2018 Julian Hyde. All rights reserved.