Uses of Class
org.jline.console.CmdDesc
-
Packages that use CmdDesc 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 CmdDesc in org.jline.console
Methods in org.jline.console that return CmdDesc Modifier and Type Method Description CmdDescCommandRegistry. commandDescription(java.util.List<java.lang.String> args)Returns a command description for use in the JLine Widgets framework.CmdDescSystemRegistry. commandDescription(CmdLine line)Returns a description for a command, method, or syntax for use in the JLine Widgets framework.CmdDescCmdDesc. mainDesc(java.util.List<AttributedString> mainDesc)Sets the main description of the command and returns this command description. -
Uses of CmdDesc in org.jline.console.impl
Methods in org.jline.console.impl that return CmdDesc Modifier and Type Method Description CmdDescJlineCommandRegistry. commandDescription(java.util.List<java.lang.String> args)CmdDescSystemRegistryImpl. commandDescription(java.util.List<java.lang.String> args)CmdDescSystemRegistryImpl. commandDescription(CmdLine line)static CmdDescJlineCommandRegistry. compileCommandDescription(java.lang.String helpMessage)CmdDescAbstractCommandRegistry. doHelpDesc(java.lang.String command, java.util.List<java.lang.String> info, CmdDesc cmdDesc)Creates a command description for a help command.Methods in org.jline.console.impl with parameters of type CmdDesc Modifier and Type Method Description CmdDescAbstractCommandRegistry. doHelpDesc(java.lang.String command, java.util.List<java.lang.String> info, CmdDesc cmdDesc)Creates a command description for a help command.Method parameters in org.jline.console.impl with type arguments of type CmdDesc Modifier and Type Method Description voidSystemRegistryImpl. setScriptDescription(java.util.function.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 voidTailTipWidgets. setTailTips(java.util.Map<java.lang.String,CmdDesc> tailTips)Constructor parameters in org.jline.widget with type arguments of type CmdDesc Constructor Description TailTipWidgets(LineReader reader, java.util.function.Function<CmdLine,CmdDesc> descFun, int descriptionSize, TailTipWidgets.TipType tipType)Creates tailtip widgets used in command line suggestions.TailTipWidgets(LineReader reader, java.util.Map<java.lang.String,CmdDesc> tailTips)Creates tailtip widgets used in command line suggestions.TailTipWidgets(LineReader reader, java.util.Map<java.lang.String,CmdDesc> tailTips, int descriptionSize)Creates tailtip widgets used in command line suggestions with a status bar.TailTipWidgets(LineReader reader, java.util.Map<java.lang.String,CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType)Creates tailtip widgets used in command line suggestions with a status bar and specific tip type.TailTipWidgets(LineReader reader, java.util.Map<java.lang.String,CmdDesc> tailTips, TailTipWidgets.TipType tipType)Creates tailtip widgets used in command line suggestions with a specific tip type.
-