Package jline.console
Class ConsoleKeys
java.lang.Object
jline.console.ConsoleKeys
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static char
getKeyFromName
(String name) protected KeyMap
getKeys()
getVariable
(String var) Retrieves the value of a variable that was set in the .inputrc file during processingprivate void
loadKeys
(InputStream input, String appName) protected void
protected boolean
protected void
private void
private static String
translateQuoted
(String keySeq)
-
Field Details
-
keys
-
keyMaps
-
variables
-
-
Constructor Details
-
ConsoleKeys
-
-
Method Details
-
setKeyMap
-
getKeyMaps
-
getKeys
-
setKeys
-
loadKeys
-
loadKeys
- Throws:
IOException
-
translateQuoted
-
getKeyFromName
-
setVar
-
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.
-