Package jline.console

Class ConsoleKeys

java.lang.Object
jline.console.ConsoleKeys

public class ConsoleKeys extends Object
Author:
Ståle W. Pedersen <stale.pedersen@jboss.org>
  • Constructor Details

    • ConsoleKeys

      public ConsoleKeys(String appName, URL inputrcUrl)
  • Method Details

    • setKeyMap

      protected boolean setKeyMap(String name)
    • getKeyMaps

      protected Map<String,KeyMap> getKeyMaps()
    • getKeys

      protected KeyMap getKeys()
    • setKeys

      protected void setKeys(KeyMap keys)
    • loadKeys

      protected void loadKeys(String appName, URL inputrcUrl)
    • getVariable

      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.