Uses of Class
org.jline.shell.CommandLine
Packages that use CommandLine
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
Widgets for the JLine shell API.
-
Uses of CommandLine in org.jline.console.impl
Methods in org.jline.console.impl that return CommandLineModifier and TypeMethodDescriptionstatic CommandLineDescriptionAdapter.toCommandLine(CmdLine cmdLine) Converts an oldCmdLineto a newCommandLine.Methods in org.jline.console.impl with parameters of type CommandLineModifier and TypeMethodDescriptionstatic CmdLineDescriptionAdapter.toCmdLine(CommandLine commandLine) Converts a newCommandLineto an oldCmdLine. -
Uses of CommandLine in org.jline.shell
Methods in org.jline.shell with parameters of type CommandLineModifier and TypeMethodDescriptionCommandDispatcher.describe(CommandLine commandLine) Returns a description for the command at the current command line position. -
Uses of CommandLine in org.jline.shell.impl
Methods in org.jline.shell.impl with parameters of type CommandLine -
Uses of CommandLine in org.jline.shell.widget
Constructor parameters in org.jline.shell.widget with type arguments of type CommandLineModifierConstructorDescriptionCommandTailTipWidgets(LineReader reader, Function<CommandLine, CommandDescription> descFun, int descriptionSize, CommandTailTipWidgets.TipType tipType) Creates widgets using a dynamic description function.