Uses of Interface
org.jline.console.CommandRegistry
Packages that use CommandRegistry
-
Uses of CommandRegistry in org.jline.console
Subinterfaces of CommandRegistry in org.jline.consoleModifier and TypeInterfaceDescriptioninterface
Manage console variables, commands and script executions.interface
Aggregate command registries and dispatch command executions.Methods in org.jline.console with parameters of type CommandRegistryModifier and TypeMethodDescriptionstatic SystemCompleter
CommandRegistry.aggregateCompleters
(CommandRegistry... commandRegistries) Aggregate SystemCompleters of commandRegisteriesstatic SystemCompleter
CommandRegistry.compileCompleters
(CommandRegistry... commandRegistries) Aggregate and compile SystemCompleters of commandRegisteriesvoid
SystemRegistry.register
(String command, CommandRegistry subcommandRegistry) Register subcommand registryvoid
SystemRegistry.setCommandRegistries
(CommandRegistry... commandRegistries) Set command registries -
Uses of CommandRegistry in org.jline.console.impl
Classes in org.jline.console.impl that implement CommandRegistryModifier and TypeClassDescriptionclass
CommandRegistry common methods.class
Builtins: create tab completers, execute and create descriptions for builtins commands.class
Manage console variables, commands and script execution.class
Print highlighted objects to console.class
CommandRegistry common methods for JLine commands that are using HelpException.class
Aggregate command registries.Fields in org.jline.console.impl declared as CommandRegistryFields in org.jline.console.impl with type parameters of type CommandRegistryModifier and TypeFieldDescriptionprivate final Map<String,
CommandRegistry> SystemRegistryImpl.subcommands
Methods in org.jline.console.impl with parameters of type CommandRegistryModifier and TypeMethodDescriptionprivate CmdDesc
SystemRegistryImpl.commandDescription
(CommandRegistry subreg) private boolean
SystemRegistryImpl.isBuiltinRegistry
(CommandRegistry registry) void
SystemRegistryImpl.register
(String command, CommandRegistry subcommandRegistry) Register subcommand registryprivate void
SystemRegistryImpl.registryHelp
(CommandRegistry registry) void
SystemRegistryImpl.setCommandRegistries
(CommandRegistry... commandRegistries)