org.apache.karaf.shell.console.jline
Class TerminalFactory.KarafWindowsTerminal

java.lang.Object
  extended by jline.TerminalSupport
      extended by jline.WindowsTerminal
          extended by jline.AnsiWindowsTerminal
              extended by org.apache.karaf.shell.console.jline.TerminalFactory.KarafWindowsTerminal
All Implemented Interfaces:
jline.Terminal
Enclosing class:
TerminalFactory

public static class TerminalFactory.KarafWindowsTerminal
extends jline.AnsiWindowsTerminal


Nested Class Summary
 
Nested classes/interfaces inherited from class jline.WindowsTerminal
jline.WindowsTerminal.ConsoleMode, jline.WindowsTerminal.WindowsKey
 
Nested classes/interfaces inherited from class jline.TerminalSupport
jline.TerminalSupport.RestoreHook
 
Field Summary
 
Fields inherited from class jline.WindowsTerminal
ANSI, JLINE_WINDOWS_TERMINAL_DIRECT_CONSOLE, JLINE_WINDOWS_TERMINAL_INPUT_ENCODING, JLINE_WINDOWS_TERMINAL_OUTPUT_ENCODING, WINDOWSBINDINGS_PROPERTIES
 
Fields inherited from class jline.TerminalSupport
DEFAULT_HEIGHT, DEFAULT_KEYBINDINGS_PROPERTIES, DEFAULT_WIDTH
 
Constructor Summary
TerminalFactory.KarafWindowsTerminal()
           
 
Method Summary
 int readCharacter(java.io.InputStream in)
           
 
Methods inherited from class jline.AnsiWindowsTerminal
isAnsiSupported
 
Methods inherited from class jline.WindowsTerminal
getDefaultBindings, getDirectConsole, getHeight, getWidth, init, readVirtualKey, restore, setDirectConsole, setEchoEnabled
 
Methods inherited from class jline.TerminalSupport
installShutdownHook, isEchoEnabled, isSupported, removeShutdownHook, reset, setAnsiSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminalFactory.KarafWindowsTerminal

public TerminalFactory.KarafWindowsTerminal()
                                     throws Exception
Throws:
Exception
Method Detail

readCharacter

public int readCharacter(java.io.InputStream in)
                  throws java.io.IOException
Specified by:
readCharacter in interface jline.Terminal
Overrides:
readCharacter in class jline.WindowsTerminal
Throws:
java.io.IOException


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.