Package | Description |
---|---|
org.jboss.aesh.cl.internal | |
org.jboss.aesh.console | |
org.jboss.aesh.console.settings | |
org.jboss.aesh.terminal |
Modifier and Type | Method and Description |
---|---|
void |
ProcessedCommand.updateSettings(Settings settings) |
Modifier and Type | Method and Description |
---|---|
protected Settings |
Console.getSettings() |
protected static Settings |
Config.parseInputrc(Settings settings)
TODO: clean this shit up!
Must be able to parse:
set variablename value
keyname: function-name or macro
"keyseq": function-name or macro
Lines starting with # are comments
Lines starting with $ are conditional init constructs
|
protected static Settings |
Config.readRuntimeProperties(Settings settings) |
Modifier and Type | Method and Description |
---|---|
protected static Settings |
Config.parseInputrc(Settings settings)
TODO: clean this shit up!
Must be able to parse:
set variablename value
keyname: function-name or macro
"keyseq": function-name or macro
Lines starting with # are comments
Lines starting with $ are conditional init constructs
|
protected static Settings |
Config.readRuntimeProperties(Settings settings) |
AeshConsoleBuilder |
AeshConsoleBuilder.settings(Settings settings) |
AeshInputProcessorBuilder |
AeshInputProcessorBuilder.settings(Settings settings) |
Constructor and Description |
---|
Console(Settings settings) |
Modifier and Type | Class and Description |
---|---|
class |
SettingsImpl
Settings object that is parsed when Console is initialized.
|
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsBuilder.create() |
Constructor and Description |
---|
SettingsBuilder(Settings baseSettings) |
SettingsImpl(Settings baseSettings) |
Modifier and Type | Field and Description |
---|---|
protected Settings |
AbstractTerminal.settings |
Modifier and Type | Method and Description |
---|---|
void |
TestTerminal.init(Settings settings) |
void |
POSIXTerminal.init(Settings settings) |
void |
WindowsTerminal.init(Settings settings) |
void |
Terminal.init(Settings settings)
Initialize the Terminal with which input/output stream it should use
|
Copyright © 2024 JBoss by Red Hat. All rights reserved.