Uses of Class
org.jline.console.CmdLine
Packages that use CmdLine
Package
Description
JLine Console package provides a framework for building interactive command-line applications.
JLine Widget package provides a framework for creating and managing widgets for JLine's LineReader.
-
Uses of CmdLine in org.jline.console
Methods in org.jline.console with parameters of type CmdLineModifier and TypeMethodDescriptionSystemRegistry.commandDescription
(CmdLine line) Returns a description for a command, method, or syntax for use in the JLine Widgets framework. -
Uses of CmdLine in org.jline.console.impl
Methods in org.jline.console.impl with parameters of type CmdLineMethod parameters in org.jline.console.impl with type arguments of type CmdLineModifier and TypeMethodDescriptionvoid
SystemRegistryImpl.setScriptDescription
(Function<CmdLine, CmdDesc> scriptDescription) -
Uses of CmdLine in org.jline.widget
Constructor parameters in org.jline.widget with type arguments of type CmdLineModifierConstructorDescriptionTailTipWidgets
(org.jline.reader.LineReader reader, Function<CmdLine, CmdDesc> descFun, int descriptionSize, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions.