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

Field Summary
 
Fields inherited from class jline.TerminalSupport
DEFAULT_HEIGHT, DEFAULT_WIDTH
 
Constructor Summary
UnsupportedTerminal()
           
 
Method Summary
 
Methods inherited from class jline.TerminalSupport
getHeight, getWidth, hasWeirdWrap, init, isAnsiSupported, isEchoEnabled, isSupported, reset, restore, setAnsiSupported, setEchoEnabled, wrapInIfNeeded, wrapOutIfNeeded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsupportedTerminal

public UnsupportedTerminal()


Copyright © 2013. All Rights Reserved.