Uses of Class
org.jline.console.CmdLine
-
Packages that use CmdLine Package Description org.jline.console JLine Console package provides a framework for building interactive command-line applications.org.jline.console.impl org.jline.widget 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 CmdLine Modifier and Type Method Description CmdDesc
SystemRegistry. 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 CmdLine Modifier and Type Method Description CmdDesc
SystemRegistryImpl. commandDescription(CmdLine line)
Method parameters in org.jline.console.impl with type arguments of type CmdLine Modifier and Type Method Description void
SystemRegistryImpl. setScriptDescription(java.util.function.Function<CmdLine,CmdDesc> scriptDescription)
-
Uses of CmdLine in org.jline.widget
Constructor parameters in org.jline.widget with type arguments of type CmdLine Constructor Description TailTipWidgets(org.jline.reader.LineReader reader, java.util.function.Function<CmdLine,CmdDesc> descFun, int descriptionSize, TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.
-