Uses of Class
org.jline.console.CmdLine
Packages that use CmdLine
-
Uses of CmdLine in org.jline.console
Methods in org.jline.console with parameters of type CmdLineModifier and TypeMethodDescriptionSystemRegistry.commandDescription
(CmdLine line) Returns a command, method or syntax description 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.