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 CmdDescSystemRegistryImpl.commandDescription(CommandRegistry subreg) static CmdDescJlineCommandRegistry.compileCommandDescription(String helpMessage) AbstractCommandRegistry.doHelpDesc(String command, List<String> info, CmdDesc cmdDesc) private CmdDescSystemRegistryImpl.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 AttributedStringMethod 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
Fields in org.jline.widget with type parameters of type CmdDescModifier and TypeFieldDescriptionTailTipWidgets.CommandDescriptions.descFunTailTipWidgets.CommandDescriptions.descriptionsTailTipWidgets.CommandDescriptions.temporaryDescsTailTipWidgets.CommandDescriptions.volatileDescsMethods 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 voidTailTipWidgets.doCommandTailTip(String widget, CmdDesc cmdDesc, List<String> args) Method parameters in org.jline.widget with type arguments of type CmdDescModifier and TypeMethodDescriptionvoidTailTipWidgets.CommandDescriptions.setDescriptions(Map<String, CmdDesc> descriptions) voidTailTipWidgets.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.privateTailTipWidgets(LineReader reader, Map<String, CmdDesc> tailTips, int descriptionSize, TailTipWidgets.TipType tipType, Function<CmdLine, CmdDesc> descFun) privateTailTipWidgets(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.