public class

ConsoleKeys

extends Object
java.lang.Object
   ↳ jline.console.ConsoleKeys

Summary

Public Constructors
ConsoleKeys(String appName, URL inputrcUrl)
Public Methods
String getVariable(String var)
Retrieves the value of a variable that was set in the .inputrc file during processing
Protected Methods
Map<StringKeyMap> getKeyMaps()
KeyMap getKeys()
boolean getViEditMode()
boolean isViEditMode()
void loadKeys(String appName, URL inputrcUrl)
boolean setKeyMap(String name)
void setKeys(KeyMap keys)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConsoleKeys (String appName, URL inputrcUrl)

Public Methods

public String getVariable (String var)

Retrieves the value of a variable that was set in the .inputrc file during processing

Parameters
var The variable name
Returns
  • The variable value.

Protected Methods

protected Map<StringKeyMap> getKeyMaps ()

protected KeyMap getKeys ()

protected boolean getViEditMode ()

protected boolean isViEditMode ()

protected void loadKeys (String appName, URL inputrcUrl)

protected boolean setKeyMap (String name)

protected void setKeys (KeyMap keys)