Uses of Class
org.jline.shell.CommandDescription
Packages that use CommandDescription
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
Widgets for the JLine shell API.
-
Uses of CommandDescription in org.jline.console.impl
Methods in org.jline.console.impl that return CommandDescriptionModifier and TypeMethodDescriptionstatic CommandDescriptionDescriptionAdapter.toCommandDescription(CmdDesc cmdDesc) Converts an oldCmdDescto a newCommandDescription.Methods in org.jline.console.impl with parameters of type CommandDescriptionModifier and TypeMethodDescriptionstatic CmdDescDescriptionAdapter.toCmdDesc(CommandDescription desc) Converts a newCommandDescriptionto an oldCmdDesc. -
Uses of CommandDescription in org.jline.shell
Methods in org.jline.shell that return CommandDescriptionModifier and TypeMethodDescriptionCommandDescription.Builder.build()Builds the command description.default CommandDescriptionReturns a detailed description of this command for the given arguments.CommandDispatcher.describe(CommandLine commandLine) Returns a description for the command at the current command line position. -
Uses of CommandDescription in org.jline.shell.impl
Methods in org.jline.shell.impl that return CommandDescription -
Uses of CommandDescription in org.jline.shell.widget
Method parameters in org.jline.shell.widget with type arguments of type CommandDescriptionModifier and TypeMethodDescriptionvoidCommandTailTipWidgets.setDescriptions(Map<String, CommandDescription> tailTips) Replaces the description map with a new set of command descriptions.Constructor parameters in org.jline.shell.widget with type arguments of type CommandDescriptionModifierConstructorDescriptionCommandTailTipWidgets(LineReader reader, Function<CommandLine, CommandDescription> descFun, int descriptionSize, CommandTailTipWidgets.TipType tipType) Creates widgets using a dynamic description function.CommandTailTipWidgets(LineReader reader, Map<String, CommandDescription> tailTips) Creates widgets using a static map of command descriptions.CommandTailTipWidgets(LineReader reader, Map<String, CommandDescription> tailTips, int descriptionSize) Creates widgets using a static map with a status bar.CommandTailTipWidgets(LineReader reader, Map<String, CommandDescription> tailTips, int descriptionSize, CommandTailTipWidgets.TipType tipType) Creates widgets using a static map with full configuration.CommandTailTipWidgets(LineReader reader, Map<String, CommandDescription> tailTips, CommandTailTipWidgets.TipType tipType) Creates widgets using a static map with a specific tip type.