| 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 | Class and Description |
|---|---|
class |
Builtins
Builtins: create tab completers, execute and create descriptions for builtins commands.
|
class |
ConsoleEngineImpl
Manage console variables, commands and script execution.
|
class |
SystemRegistryImpl
Aggregate command registeries.
|
| Modifier and Type | Method and Description |
|---|---|
static Completers.SystemCompleter |
CommandRegistry.aggregateCompleters(CommandRegistry... commandRegistries)
Aggregate SystemCompleters of commandRegisteries
|
static Completers.SystemCompleter |
CommandRegistry.compileCompleters(CommandRegistry... commandRegistries)
Aggregate and compile SystemCompleters of commandRegisteries
|
void |
SystemRegistryImpl.register(String command,
CommandRegistry subcommandRegistry)
Register subcommand registry
|
void |
SystemRegistry.register(String command,
CommandRegistry subcommandRegistry)
Register subcommand registry
|
void |
SystemRegistryImpl.setCommandRegistries(CommandRegistry... commandRegistries) |
void |
SystemRegistry.setCommandRegistries(CommandRegistry... commandRegistries)
Set command registeries
|
Copyright © 2020. All rights reserved.