| Package | Description |
|---|---|
| org.jline.console | |
| org.jline.console.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConsoleEngine
Manage console variables, commands and script executions.
|
interface |
SystemRegistry
Aggregate command registries and dispatch command executions.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jline.reader.impl.completer.SystemCompleter |
CommandRegistry.aggregateCompleters(CommandRegistry... commandRegistries)
Aggregate SystemCompleters of commandRegisteries
|
static org.jline.reader.impl.completer.SystemCompleter |
CommandRegistry.compileCompleters(CommandRegistry... commandRegistries)
Aggregate and compile SystemCompleters of commandRegisteries
|
void |
SystemRegistry.register(String command,
CommandRegistry subcommandRegistry)
Register subcommand registry
|
void |
SystemRegistry.setCommandRegistries(CommandRegistry... commandRegistries)
Set command registeries
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandRegistry
CommandRegistry common methods.
|
class |
Builtins
Builtins: create tab completers, execute and create descriptions for builtins commands.
|
class |
ConsoleEngineImpl
Manage console variables, commands and script execution.
|
class |
DefaultPrinter
Print highlighted objects to console.
|
class |
JlineCommandRegistry
CommandRegistry common methods for JLine commands that are using HelpException.
|
class |
SystemRegistryImpl
Aggregate command registeries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemRegistryImpl.register(String command,
CommandRegistry subcommandRegistry)
Register subcommand registry
|
void |
SystemRegistryImpl.setCommandRegistries(CommandRegistry... commandRegistries) |
Copyright © 2020. All rights reserved.