Uses of Class
org.jline.console.CmdDesc
Packages that use CmdDesc
-
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 command, method or syntax description for use in the JLine Widgets framework. -
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 CmdDesc
JlineCommandRegistry.compileCommandDescription
(String helpMessage) AbstractCommandRegistry.doHelpDesc
(String command, List<String> info, CmdDesc cmdDesc) Methods in org.jline.console.impl with parameters of type CmdDescModifier and TypeMethodDescriptionAbstractCommandRegistry.doHelpDesc
(String command, List<String> info, CmdDesc cmdDesc) Method parameters in org.jline.console.impl with type arguments of type CmdDescModifier and TypeMethodDescriptionvoid
SystemRegistryImpl.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.TailTipWidgets
(org.jline.reader.LineReader reader, Map<String, CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions.TailTipWidgets
(org.jline.reader.LineReader reader, Map<String, CmdDesc> tailTips, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions.