jline
Class UnsupportedTerminal

java.lang.Object
  extended by jline.TerminalSupport
      extended by jline.UnsupportedTerminal
All Implemented Interfaces:
Terminal

public class UnsupportedTerminal
extends TerminalSupport

An unsupported terminal.

Since:
2.0
Author:
Marc Prud'hommeaux, Jason Dillon

Nested Class Summary
 
Nested classes/interfaces inherited from class jline.TerminalSupport
TerminalSupport.RestoreHook
 
Field Summary
 
Fields inherited from class jline.TerminalSupport
DEFAULT_HEIGHT, DEFAULT_KEYBINDINGS_PROPERTIES, DEFAULT_WIDTH
 
Constructor Summary
UnsupportedTerminal()
           
 
Method Summary
 
Methods inherited from class jline.TerminalSupport
getDefaultBindings, getHeight, getWidth, init, installShutdownHook, isAnsiSupported, isEchoEnabled, isSupported, readCharacter, readVirtualKey, removeShutdownHook, reset, restore, setAnsiSupported, setEchoEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsupportedTerminal

public UnsupportedTerminal()


Copyright © 2008-2011 Sonatype. All Rights Reserved.