Package | Description |
---|---|
org.jboss.aesh.console.settings | |
org.jboss.aesh.terminal |
Modifier and Type | Method and Description |
---|---|
Terminal |
SettingsImpl.getTerminal()
Use the specified terminal implementation
If not set, aesh will try to use the best suited one
|
Terminal |
Settings.getTerminal()
Get current terminal
|
Modifier and Type | Method and Description |
---|---|
void |
SettingsImpl.setTerminal(Terminal terminal)
Specify which terminal impl to use
|
SettingsBuilder |
SettingsBuilder.terminal(Terminal terminal) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTerminal |
class |
POSIXTerminal
Terminal that should work on most POSIX systems
|
class |
TestTerminal
A dummy terminal used for tests
|
class |
WindowsTerminal |
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.