Package jline.console

Class ConsoleKeys

java.lang.Object
jline.console.ConsoleKeys

public class ConsoleKeys extends Object
  • Field Details

  • 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)
    • loadKeys

      private void loadKeys(InputStream input, String appName) throws IOException
      Throws:
      IOException
    • translateQuoted

      private static String translateQuoted(String keySeq)
    • getKeyFromName

      private static char getKeyFromName(String name)
    • setVar

      private void setVar(String key, String val)
    • 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.