jline.console
Class ConsoleKeys
java.lang.Object
jline.console.ConsoleKeys
public class ConsoleKeys
- extends Object
- Author:
- Ståle W. Pedersen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleKeys
public ConsoleKeys(String appName,
URL inputrcUrl)
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.