Uses of Class
org.jline.console.CmdDesc
Packages that use CmdDesc
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 CmdDesc in org.jline.console
Methods in org.jline.console that return CmdDescModifier and TypeMethodDescriptionCommandRegistry.commandDescription(List<String> args) Returns a command description for use in the JLine Widgets framework.SystemRegistry.commandDescription(CmdLine line) Returns a description for a command, method, or syntax for use in the JLine Widgets framework.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 CmdDescModifier and TypeMethodDescriptionJlineCommandRegistry.commandDescription(List<String> args) SystemRegistryImpl.commandDescription(List<String> args) SystemRegistryImpl.commandDescription(CmdLine line) static CmdDescJlineCommandRegistry.compileCommandDescription(String helpMessage) AbstractCommandRegistry.doHelpDesc(String command, List<String> info, CmdDesc cmdDesc) Creates a command description for a help command.Methods in org.jline.console.impl with parameters of type CmdDescModifier and TypeMethodDescriptionAbstractCommandRegistry.doHelpDesc(String command, List<String> info, CmdDesc cmdDesc) Creates a command description for a help command.Method parameters in org.jline.console.impl with type arguments of type CmdDescModifier and TypeMethodDescriptionvoidSystemRegistryImpl.setScriptDescription(Function<CmdLine, CmdDesc> scriptDescription) -
Uses of CmdDesc in org.jline.widget
Method parameters in org.jline.widget with type arguments of type CmdDescConstructor parameters in org.jline.widget with type arguments of type CmdDescModifierConstructorDescriptionTailTipWidgets(org.jline.reader.LineReader reader, Function<CmdLine, CmdDesc> descFun, int descriptionSize, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions.TailTipWidgets(org.jline.reader.LineReader reader, Map<String, CmdDesc> tailTips) Creates tailtip widgets used in command line suggestions.TailTipWidgets(org.jline.reader.LineReader reader, Map<String, CmdDesc> tailTips, int descriptionSize) Creates tailtip widgets used in command line suggestions with a status bar.TailTipWidgets(org.jline.reader.LineReader reader, Map<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(org.jline.reader.LineReader reader, Map<String, CmdDesc> tailTips, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions with a specific tip type.