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
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 TypeMethodDescriptionvoidSystemRegistryImpl.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.privateTailTipWidgets(LineReader reader, Map<String, CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType, Function<CmdLine, CmdDesc> descFun)