Uses of Class
org.jline.console.CommandInput
Packages that use CommandInput
Package
Description
JLine Console package provides a framework for building interactive command-line applications.
-
Uses of CommandInput in org.jline.console
Methods in org.jline.console that return types with arguments of type CommandInputModifier and TypeMethodDescriptionCommandMethods.execute()
Returns the function that executes the command.Methods in org.jline.console with parameters of type CommandInputModifier and TypeMethodDescriptiondefault Exception
Printer.prntCommand
(CommandInput input) Executes a print command with the given input.Constructor parameters in org.jline.console with type arguments of type CommandInputModifierConstructorDescriptionCommandMethods
(Consumer<CommandInput> execute, Function<String, List<org.jline.reader.Completer>> compileCompleter) Creates a new CommandMethods with the specified execution and completer compilation functions.CommandMethods
(Function<CommandInput, ?> execute, Function<String, List<org.jline.reader.Completer>> compileCompleter) Creates a new CommandMethods with the specified execution and completer compilation functions. -
Uses of CommandInput in org.jline.console.impl
Methods in org.jline.console.impl with parameters of type CommandInput