Package jline
Interface Terminal2
- All Superinterfaces:
Terminal
- All Known Implementing Classes:
DefaultTerminal2
,NoInterruptUnixTerminal
,UnixTerminal
Terminal extension.
- Since:
- 2.13
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBooleanCapability
(String capability) getNumericCapability
(String capability) getStringCapability
(String capability) Methods inherited from interface jline.Terminal
disableInterruptCharacter, enableInterruptCharacter, getHeight, getOutputEncoding, getWidth, hasWeirdWrap, init, isAnsiSupported, isEchoEnabled, isSupported, reset, restore, setEchoEnabled, wrapInIfNeeded, wrapOutIfNeeded
-
Method Details
-
getBooleanCapability
-
getNumericCapability
-
getStringCapability
-