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 SystemCompleter
CommandRegistry. aggregateCompleters(CommandRegistry... commandRegistries)
Aggregate SystemCompleters of commandRegisteriesstatic SystemCompleter
CommandRegistry. compileCompleters(CommandRegistry... commandRegistries)
Aggregate and compile SystemCompleters of commandRegisteriesvoid
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
SystemRegistryImpl
Aggregate command registries.Fields in org.jline.console.impl declared as CommandRegistry Modifier and Type Field Description private CommandRegistry[]
SystemRegistryImpl. commandRegistries
Fields in org.jline.console.impl with type parameters of type CommandRegistry Modifier and Type Field Description private java.util.Map<java.lang.String,CommandRegistry>
SystemRegistryImpl. subcommands
Methods in org.jline.console.impl with parameters of type CommandRegistry Modifier and Type Method Description private CmdDesc
SystemRegistryImpl. commandDescription(CommandRegistry subreg)
private boolean
SystemRegistryImpl. isBuiltinRegistry(CommandRegistry registry)
void
SystemRegistryImpl. register(java.lang.String command, CommandRegistry subcommandRegistry)
Register subcommand registryprivate void
SystemRegistryImpl. registryHelp(CommandRegistry registry)
void
SystemRegistryImpl. setCommandRegistries(CommandRegistry... commandRegistries)
-