Uses of Class
org.jline.console.CommandRegistry.CommandSession
-
Packages that use CommandRegistry.CommandSession Package Description org.jline.console JLine Console package provides a framework for building interactive command-line applications.org.jline.console.impl -
-
Uses of CommandRegistry.CommandSession in org.jline.console
Methods in org.jline.console that return CommandRegistry.CommandSession Modifier and Type Method Description CommandRegistry.CommandSession
CommandInput. session()
Creates and returns a new CommandSession using this command's terminal and I/O streams.Methods in org.jline.console with parameters of type CommandRegistry.CommandSession Modifier and Type Method Description default java.lang.Object
CommandRegistry. invoke(CommandRegistry.CommandSession session, java.lang.String command, java.lang.Object... args)
Execute a command.Constructors in org.jline.console with parameters of type CommandRegistry.CommandSession Constructor Description CommandInput(java.lang.String command, java.lang.Object[] xargs, CommandRegistry.CommandSession session)
Creates a new CommandInput with the specified command, arguments, and session. -
Uses of CommandRegistry.CommandSession in org.jline.console.impl
Methods in org.jline.console.impl with parameters of type CommandRegistry.CommandSession Modifier and Type Method Description java.lang.Object
AbstractCommandRegistry. invoke(CommandRegistry.CommandSession session, java.lang.String command, java.lang.Object... args)
java.lang.Object
ConsoleEngineImpl. invoke(CommandRegistry.CommandSession session, java.lang.String command, java.lang.Object... args)
-