Uses of Interface
org.jline.console.CommandRegistry
-
Packages that use CommandRegistry Package Description org.jline.console org.jline.console.impl -
-
Uses of CommandRegistry in org.jline.console
Subinterfaces of CommandRegistry in org.jline.console Modifier and Type Interface Description interface
ConsoleEngine
Manage console variables, commands and script executions.interface
SystemRegistry
Aggregate command registries and dispatch command executions.Methods in org.jline.console with parameters of type CommandRegistry Modifier and Type Method Description static org.jline.reader.impl.completer.SystemCompleter
CommandRegistry. aggregateCompleters(CommandRegistry... commandRegistries)
Aggregate SystemCompleters of commandRegisteriesstatic org.jline.reader.impl.completer.SystemCompleter
CommandRegistry. compileCompleters(CommandRegistry... commandRegistries)
Aggregate and compile SystemCompleters of commandRegisteriesstatic org.jline.reader.Candidate
CommandRegistry. createCandidate(CommandRegistry[] commandRegistries, java.lang.String command)
void
SystemRegistry. register(java.lang.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 CommandRegistry Modifier and Type Class 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
SimpleSystemRegistryImpl
Simple SystemRegistry which stores variables in the LineReader.class
SystemRegistryImpl
Aggregate command registries.Methods in org.jline.console.impl with parameters of type CommandRegistry Modifier and Type Method Description void
SystemRegistryImpl. register(java.lang.String command, CommandRegistry subcommandRegistry)
Register subcommand registryvoid
SystemRegistryImpl. setCommandRegistries(CommandRegistry... commandRegistries)
-