| Package | Description |
|---|---|
| org.jline.console | |
| org.jline.console.impl | |
| org.jline.widget |
| Modifier and Type | Method and Description |
|---|---|
CmdDesc |
SystemRegistry.commandDescription(CmdLine line)
Returns a command, method or syntax description for use in the JLine Widgets framework.
|
CmdDesc |
CommandRegistry.commandDescription(List<String> args)
Returns a command description for use in the JLine Widgets framework.
|
CmdDesc |
CmdDesc.mainDesc(List<org.jline.utils.AttributedString> mainDesc) |
| Modifier and Type | Method and Description |
|---|---|
CmdDesc |
SystemRegistryImpl.commandDescription(CmdLine line) |
CmdDesc |
JlineCommandRegistry.commandDescription(List<String> args) |
CmdDesc |
SystemRegistryImpl.commandDescription(List<String> args) |
static CmdDesc |
JlineCommandRegistry.compileCommandDescription(String helpMessage) |
CmdDesc |
AbstractCommandRegistry.doHelpDesc(String command,
List<String> info,
CmdDesc cmdDesc) |
| Modifier and Type | Method and Description |
|---|---|
CmdDesc |
AbstractCommandRegistry.doHelpDesc(String command,
List<String> info,
CmdDesc cmdDesc) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemRegistryImpl.setScriptDescription(Function<CmdLine,CmdDesc> scriptDescription) |
| Modifier and Type | Method and Description |
|---|---|
void |
TailTipWidgets.setTailTips(Map<String,CmdDesc> tailTips) |
| Constructor and Description |
|---|
TailTipWidgets(org.jline.reader.LineReader reader,
Function<CmdLine,CmdDesc> descFun,
int descriptionSize,
TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.
|
TailTipWidgets(org.jline.reader.LineReader reader,
Map<String,CmdDesc> tailTips)
Creates tailtip widgets used in command line suggestions.
|
TailTipWidgets(org.jline.reader.LineReader reader,
Map<String,CmdDesc> tailTips,
int descriptionSize)
Creates tailtip widgets used in command line suggestions.
|
TailTipWidgets(org.jline.reader.LineReader reader,
Map<String,CmdDesc> tailTips,
int descriptionSize,
TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.
|
TailTipWidgets(org.jline.reader.LineReader reader,
Map<String,CmdDesc> tailTips,
TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.
|
Copyright © 2020. All rights reserved.