Class ConsoleKeys
java.lang.Object
jline.console.ConsoleKeys
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static chargetKeyFromName(String name) protected KeyMapgetKeys()getVariable(String var) Retrieves the value of a variable that was set in the .inputrc file during processingprivate voidloadKeys(InputStream input, String appName) protected voidprotected booleanprotected voidprivate voidprivate static StringtranslateQuoted(String keySeq)
-
Field Details
-
keys
-
keyMaps
-
variables
-
-
Constructor Details
-
ConsoleKeys
-
-
Method Details
-
setKeyMap
-
getKeyMaps
-
getKeys
-
setKeys
-
loadKeys
-
loadKeys
- Throws:
IOException
-
translateQuoted
-
getKeyFromName
-
setVar
-
getVariable
-