com.maverick.sshd.shell.terminal
Class Console

java.lang.Object
  extended by jline.ConsoleReader
      extended by com.maverick.sshd.shell.terminal.Console
All Implemented Interfaces:
ConsoleOperations

public class Console
extends ConsoleReader


Field Summary
 
Fields inherited from class jline.ConsoleReader
EOL_CR, EOL_CRLF, EOL_LF, KEYMAP_CODES, KEYMAP_NAMES
 
Fields inherited from interface jline.ConsoleOperations
ADD, BACKSPACE, CHANGE_CASE, CHANGE_META, CLEAR_LINE, CLEAR_SCREEN, COMPLETE, CR, CTRL_A, CTRL_B, CTRL_C, CTRL_D, CTRL_E, CTRL_F, CTRL_K, CTRL_L, CTRL_N, CTRL_OB, CTRL_P, CTRL_QM, DELETE, DELETE_META, DELETE_NEXT_CHAR, DELETE_PREV_CHAR, DELETE_PREV_WORD, END_OF_HISTORY, END_WORD, EXIT, INSERT, INTERRUPT, KEYBOARD_BELL, KILL_LINE, KILL_LINE_PREV, MOVE_TO_BEG, MOVE_TO_END, NEWLINE, NEXT_CHAR, NEXT_HISTORY, NEXT_SPACE_WORD, NEXT_WORD, PASTE, PASTE_NEXT, PASTE_PREV, PREV_CHAR, PREV_HISTORY, PREV_SPACE_WORD, PREV_WORD, REDISPLAY, REPEAT_NEXT_CHAR, REPEAT_PREV_CHAR, REPEAT_SEARCH_NEXT, REPEAT_SEARCH_PREV, REPLACE_CHAR, REPLACE_MODE, RESET_LINE, SEARCH_NEXT, SEARCH_PREV, START_OF_HISTORY, SUBSTITUTE_CHAR, SUBSTITUTE_LINE, TO_END_WORD, TO_NEXT_CHAR, TO_PREV_CHAR, UNDO, UNKNOWN
 
Constructor Summary
Console()
           
Console(InputStream in, Writer out)
           
Console(InputStream in, Writer out, InputStream bindings)
           
Console(InputStream arg0, Writer arg1, InputStream arg2, Terminal arg3)
           
 
Method Summary
 
Methods inherited from class jline.ConsoleReader
addCompletor, addTriggeredAction, backspace, beep, clearScreen, debug, delete, drawLine, flushConsole, getAutoprintThreshhold, getBellEnabled, getCompletionHandler, getCompletors, getCursorBuffer, getDefaultPrompt, getEchoCharacter, getEol, getEOLString, getHistory, getInput, getKeyBindingsMap, getKeyForAction, getOutput, getTermheight, getTerminal, getTermwidth, getUseHistory, getUsePagination, killLine, moveCursor, paste, printColumns, printNewline, printString, printStringNewline, putChar, putString, readBinding, readCharacter, readLine, readLine, readLine, readLine, readVirtualKey, redrawLine, removeCompletor, replace, setAutoprintThreshhold, setBellEnabled, setCompletionHandler, setCursorPosition, setDebug, setDefaultPrompt, setEchoCharacter, setEOL, setHistory, setInput, setKeyBindings, setUseHistory, setUsePagination
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console()
        throws IOException
Throws:
IOException

Console

public Console(InputStream arg0,
               Writer arg1,
               InputStream arg2,
               Terminal arg3)
        throws IOException
Throws:
IOException

Console

public Console(InputStream in,
               Writer out,
               InputStream bindings)
        throws IOException
Throws:
IOException

Console

public Console(InputStream in,
               Writer out)
        throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.