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