jline.console
Class ConsoleKeys

java.lang.Object
  extended by jline.console.ConsoleKeys

public class ConsoleKeys
extends Object

Author:
Ståle W. Pedersen

Constructor Summary
ConsoleKeys(String appName, URL inputrcUrl)
           
 
Method Summary
protected  Map<String,KeyMap> getKeyMaps()
           
protected  KeyMap getKeys()
           
 String getVariable(String var)
          Retrieves the value of a variable that was set in the .inputrc file during processing
protected  boolean getViEditMode()
           
protected  boolean isViEditMode()
           
protected  void loadKeys(String appName, URL inputrcUrl)
           
protected  boolean setKeyMap(String name)
           
protected  void setKeys(KeyMap keys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleKeys

public ConsoleKeys(String appName,
                   URL inputrcUrl)
Method Detail

isViEditMode

protected boolean isViEditMode()

setKeyMap

protected boolean setKeyMap(String name)

getKeyMaps

protected Map<String,KeyMap> getKeyMaps()

getKeys

protected KeyMap getKeys()

setKeys

protected void setKeys(KeyMap keys)

getViEditMode

protected boolean getViEditMode()

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.


Copyright © 2013. All Rights Reserved.