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 TypeInterfaceDescriptioninterfaceManage console variables, commands and script executions.interfaceAggregate command registries and dispatch command executions.Methods in org.jline.console with parameters of type CommandRegistryModifier and TypeMethodDescriptionstatic org.jline.reader.impl.completer.SystemCompleterCommandRegistry.aggregateCompleters(CommandRegistry... commandRegistries) Aggregate SystemCompleters of commandRegisteriesstatic org.jline.reader.impl.completer.SystemCompleterCommandRegistry.compileCompleters(CommandRegistry... commandRegistries) Aggregate and compile SystemCompleters of commandRegisteriesvoidSystemRegistry.register(String command, CommandRegistry subcommandRegistry) Register subcommand registryvoidSystemRegistry.setCommandRegistries(CommandRegistry... commandRegistries) Set command registries -
Uses of CommandRegistry in org.jline.console.impl
Classes in org.jline.console.impl that implement CommandRegistryModifier and TypeClassDescriptionclassCommandRegistry common methods.classBuiltins: create tab completers, execute and create descriptions for builtins commands.classManage console variables, commands and script execution.classPrint highlighted objects to console.classCommandRegistry common methods for JLine commands that are using HelpException.classAggregate command registries.Methods in org.jline.console.impl with parameters of type CommandRegistryModifier and TypeMethodDescriptionvoidSystemRegistryImpl.register(String command, CommandRegistry subcommandRegistry) Register subcommand registryvoidSystemRegistryImpl.setCommandRegistries(CommandRegistry... commandRegistries)