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 SystemCompleterCommandRegistry.aggregateCompleters(CommandRegistry... commandRegistries) Aggregate SystemCompleters of commandRegisteriesstatic 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.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.subcommandsMethods in org.jline.console.impl with parameters of type CommandRegistryModifier and TypeMethodDescriptionprivate CmdDescSystemRegistryImpl.commandDescription(CommandRegistry subreg) private booleanSystemRegistryImpl.isBuiltinRegistry(CommandRegistry registry) voidSystemRegistryImpl.register(String command, CommandRegistry subcommandRegistry) Register subcommand registryprivate voidSystemRegistryImpl.registryHelp(CommandRegistry registry) voidSystemRegistryImpl.setCommandRegistries(CommandRegistry... commandRegistries)