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
Fields in org.jline.console.impl with type parameters of type CmdLineMethods 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
Fields in org.jline.widget with type parameters of type CmdLineConstructor parameters in org.jline.widget with type arguments of type CmdLineModifierConstructorDescriptionCommandDescriptions
(Function<CmdLine, CmdDesc> descFun) TailTipWidgets
(LineReader reader, Function<CmdLine, CmdDesc> descFun, int descriptionSize, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions.private
TailTipWidgets
(LineReader reader, Map<String, CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType, Function<CmdLine, CmdDesc> descFun)