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.CmdDesc.mainDesc
(List<AttributedString> mainDesc) -
Uses of CmdDesc in org.jline.console.impl
Fields in org.jline.console.impl with type parameters of type CmdDescMethods in org.jline.console.impl that return CmdDescModifier and TypeMethodDescriptionJlineCommandRegistry.commandDescription
(List<String> args) SystemRegistryImpl.commandDescription
(List<String> args) SystemRegistryImpl.commandDescription
(CmdLine line) private CmdDesc
SystemRegistryImpl.commandDescription
(CommandRegistry subreg) static CmdDesc
JlineCommandRegistry.compileCommandDescription
(String helpMessage) AbstractCommandRegistry.doHelpDesc
(String command, List<String> info, CmdDesc cmdDesc) private CmdDesc
SystemRegistryImpl.localCommandDescription
(String command) Methods in org.jline.console.impl with parameters of type CmdDescModifier and TypeMethodDescriptionAbstractCommandRegistry.doHelpDesc
(String command, List<String> info, CmdDesc cmdDesc) private AttributedString
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
Fields in org.jline.widget with type parameters of type CmdDescModifier and TypeFieldDescriptionTailTipWidgets.CommandDescriptions.descFun
TailTipWidgets.CommandDescriptions.descriptions
TailTipWidgets.CommandDescriptions.temporaryDescs
TailTipWidgets.CommandDescriptions.volatileDescs
Methods in org.jline.widget that return CmdDescModifier and TypeMethodDescriptionTailTipWidgets.CommandDescriptions.getDescription
(String command) Methods in org.jline.widget with parameters of type CmdDescModifier and TypeMethodDescriptionprivate List<AttributedString>
TailTipWidgets.compileMainDescription
(CmdDesc cmdDesc, int descriptionSize) private List<AttributedString>
TailTipWidgets.compileMainDescription
(CmdDesc cmdDesc, int descriptionSize, String lastArg) private List<AttributedString>
TailTipWidgets.compileOptionDescription
(CmdDesc cmdDesc, String opt, int descriptionSize) private void
TailTipWidgets.doCommandTailTip
(String widget, CmdDesc cmdDesc, List<String> args) Method parameters in org.jline.widget with type arguments of type CmdDescModifier and TypeMethodDescriptionvoid
TailTipWidgets.CommandDescriptions.setDescriptions
(Map<String, CmdDesc> descriptions) void
TailTipWidgets.setTailTips
(Map<String, CmdDesc> tailTips) Constructor parameters in org.jline.widget with type arguments of type CmdDescModifierConstructorDescriptionCommandDescriptions
(Function<CmdLine, CmdDesc> descFun) CommandDescriptions
(Map<String, CmdDesc> descriptions) 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.private
TailTipWidgets
(LineReader reader, Map<String, CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType, Function<CmdLine, CmdDesc> descFun) private
TailTipWidgets
(LineReader reader, Map<String, CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType, Function<CmdLine, CmdDesc> descFun) TailTipWidgets
(LineReader reader, Map<String, CmdDesc> tailTips, TailTipWidgets.TipType tipType) Creates tailtip widgets used in command line suggestions.