Package jline.console
Class ConsoleKeys
java.lang.Object
jline.console.ConsoleKeys
- Author:
- Ståle W. Pedersen invalid input: '<'stale.pedersen@jboss.org>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected KeyMap
getKeys()
getVariable
(String var) Retrieves the value of a variable that was set in the .inputrc file during processingprotected void
protected boolean
protected void
-
Constructor Details
-
ConsoleKeys
-
-
Method Details
-
setKeyMap
-
getKeyMaps
-
getKeys
-
setKeys
-
loadKeys
-
getVariable
Retrieves the value of a variable that was set in the .inputrc file during processing- Parameters:
var
- The variable name- Returns:
- The variable value.
-