Uses of Class
org.jline.console.CmdDesc
-
Packages that use CmdDesc Package Description org.jline.console org.jline.console.impl org.jline.widget -
-
Uses of CmdDesc in org.jline.console
Methods in org.jline.console that return CmdDesc Modifier and Type Method Description CmdDesc
CommandRegistry. commandDescription(List<String> args)
Returns a command description for use in the JLine Widgets framework.CmdDesc
SystemRegistry. commandDescription(CmdLine line)
Returns a command, method or syntax description for use in the JLine Widgets framework.CmdDesc
CmdDesc. mainDesc(List<AttributedString> mainDesc)
-
Uses of CmdDesc in org.jline.console.impl
Methods in org.jline.console.impl that return CmdDesc Modifier and Type Method Description CmdDesc
JlineCommandRegistry. commandDescription(List<String> args)
CmdDesc
SystemRegistryImpl. commandDescription(List<String> args)
CmdDesc
SystemRegistryImpl. commandDescription(CmdLine line)
static CmdDesc
JlineCommandRegistry. compileCommandDescription(String helpMessage)
CmdDesc
AbstractCommandRegistry. doHelpDesc(String command, List<String> info, CmdDesc cmdDesc)
Methods in org.jline.console.impl with parameters of type CmdDesc Modifier and Type Method Description CmdDesc
AbstractCommandRegistry. doHelpDesc(String command, List<String> info, CmdDesc cmdDesc)
Method parameters in org.jline.console.impl with type arguments of type CmdDesc Modifier and Type Method Description void
SystemRegistryImpl. setScriptDescription(Function<CmdLine,CmdDesc> scriptDescription)
-
Uses of CmdDesc in org.jline.widget
Method parameters in org.jline.widget with type arguments of type CmdDesc Modifier and Type Method Description void
TailTipWidgets. setTailTips(Map<String,CmdDesc> tailTips)
Constructor parameters in org.jline.widget with type arguments of type CmdDesc Constructor Description TailTipWidgets(LineReader reader, Function<CmdLine,CmdDesc> descFun, int descriptionSize, TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.TailTipWidgets(LineReader reader, Map<String,CmdDesc> tailTips)
Creates tailtip widgets used in command line suggestions.TailTipWidgets(LineReader reader, Map<String,CmdDesc> tailTips, int descriptionSize)
Creates tailtip widgets used in command line suggestions.TailTipWidgets(LineReader reader, Map<String,CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.TailTipWidgets(LineReader reader, Map<String,CmdDesc> tailTips, TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.
-