public class JLineCommandHandler extends CommandHandler
| Modifier and Type | Class and Description |
|---|---|
class |
JLineCommandHandler.JLineConsoleCompleter |
CommandHandler.Category, CommandHandler.CommandWalk| Constructor and Description |
|---|
JLineCommandHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
bell()
If supported, sends a bell signal to the console
|
void |
clear()
Cleans the console
|
java.lang.String |
readLine()
Reads a line from the console
|
eval, eval, evalNative, findCategory, findCommand, getBaseCategory, getCategories, lookup, registerCategory, registerCommand, run, unregisterCategory, unregisterCommand, walkpublic JLineCommandHandler()
throws java.io.IOException
java.io.IOExceptionpublic void bell()
throws java.io.IOException
CommandHandlerbell in class CommandHandlerjava.io.IOException - Internal Errorpublic void clear()
throws java.io.IOException
CommandHandlerclear in class CommandHandlerjava.io.IOException - Internal Errorpublic java.lang.String readLine()
throws java.io.IOException
CommandHandlerreadLine in class CommandHandlerjava.io.IOException - Internal Error