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
Fields in org.jline.console with type parameters of type CommandInputModifier and TypeFieldDescription(package private) Function<CommandInput, ?> CommandMethods.executeThe function that executes the commandMethods 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 ExceptionPrinter.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<Completer>> compileCompleter) Creates a new CommandMethods with the specified execution and completer compilation functions.CommandMethods(Function<CommandInput, ?> execute, Function<String, List<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 CommandInputModifier and TypeMethodDescriptionprivate ObjectConsoleEngineImpl.aliascmd(CommandInput input) private voidBuiltins.colors(CommandInput input) private ObjectConsoleEngineImpl.del(CommandInput input) private ObjectConsoleEngineImpl.doc(CommandInput input) private ObjectSystemRegistryImpl.exit(CommandInput input) private ObjectSystemRegistryImpl.help(CommandInput input) private voidBuiltins.highlighter(CommandInput input) private voidBuiltins.history(CommandInput input) private voidBuiltins.keymap(CommandInput input) private voidBuiltins.less(CommandInput input) private voidBuiltins.nano(CommandInput input) private ObjectConsoleEngineImpl.pipe(CommandInput input) private ObjectConsoleEngineImpl.prnt(CommandInput input) DefaultPrinter.prntCommand(CommandInput input) private voidBuiltins.setopt(CommandInput input) private voidBuiltins.setvar(CommandInput input) private ObjectConsoleEngineImpl.show(CommandInput input) private ObjectConsoleEngineImpl.slurpcmd(CommandInput input) private ObjectSystemRegistryImpl.subcommand(CommandInput input) private voidBuiltins.ttop(CommandInput input) private ObjectConsoleEngineImpl.unalias(CommandInput input) private voidBuiltins.unsetopt(CommandInput input) private ObjectConsoleEngineImpl.which(CommandInput input) private voidBuiltins.widget(CommandInput input)