|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.console.text.module.AbstractConsoleModule
org.objectweb.cjdbc.console.text.module.ControllerConsole
This class defines a ControllerConsole
| Field Summary |
| Fields inherited from class org.objectweb.cjdbc.console.text.module.AbstractConsoleModule |
commands, console, history, quit |
| Constructor Summary | |
ControllerConsole(Console console)
Creates a new ControllerConsole.java object |
|
| Method Summary | |
java.lang.String |
getDescriptionString()
Text description of this module |
java.lang.String |
getPromptString()
Get the prompt string for this module |
protected void |
loadCommands()
Loads the commands for this module |
void |
login(java.lang.String[] params)
Handles login in this module |
void |
quit()
Quit this module |
| Methods inherited from class org.objectweb.cjdbc.console.text.module.AbstractConsoleModule |
getCommands, getConsole, getHashCommands, getHistory, handleCommandLine, handlePrompt, help, loadCompletor, manageHistory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ControllerConsole(Console console)
ControllerConsole.java object
console - the controller console is attached to| Method Detail |
protected void loadCommands()
AbstractConsoleModule
loadCommands in class AbstractConsoleModuleAbstractConsoleModule.loadCommands()public void quit()
AbstractConsoleModule
quit in class AbstractConsoleModuleAbstractConsoleModule.quit()public java.lang.String getPromptString()
AbstractConsoleModule
getPromptString in class AbstractConsoleModuleString to place before promptAbstractConsoleModule.getPromptString()public void login(java.lang.String[] params)
AbstractConsoleModule
login in class AbstractConsoleModuleparams - parameters to use to login in this moduleAbstractConsoleModule.login(String[])public java.lang.String getDescriptionString()
AbstractConsoleModule
getDescriptionString in class AbstractConsoleModuleString description to displayAbstractConsoleModule.getDescriptionString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||