Package jline
Interface Terminal2
-
- All Superinterfaces:
Terminal
- All Known Implementing Classes:
DefaultTerminal2
,NoInterruptUnixTerminal
,UnixTerminal
public interface Terminal2 extends Terminal
Terminal extension.- Since:
- 2.13
- Author:
- Guillaume Nodet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getBooleanCapability(java.lang.String capability)
java.lang.Integer
getNumericCapability(java.lang.String capability)
java.lang.String
getStringCapability(java.lang.String capability)
-
Methods inherited from interface jline.Terminal
disableInterruptCharacter, enableInterruptCharacter, getHeight, getOutputEncoding, getWidth, hasWeirdWrap, init, isAnsiSupported, isEchoEnabled, isSupported, reset, restore, setEchoEnabled, wrapInIfNeeded, wrapOutIfNeeded
-
-