Uses of Class
org.jline.shell.ArgumentDescription
Packages that use ArgumentDescription
Package
Description
Clean shell API for building interactive command-line applications with JLine.
-
Uses of ArgumentDescription in org.jline.console.impl
Methods in org.jline.console.impl that return ArgumentDescriptionModifier and TypeMethodDescriptionstatic ArgumentDescriptionDescriptionAdapter.toArgumentDescription(ArgDesc argDesc) Converts an oldArgDescto a newArgumentDescription.Methods in org.jline.console.impl with parameters of type ArgumentDescriptionModifier and TypeMethodDescriptionstatic ArgDescDescriptionAdapter.toArgDesc(ArgumentDescription arg) Converts a newArgumentDescriptionto an oldArgDesc. -
Uses of ArgumentDescription in org.jline.shell
Methods in org.jline.shell that return types with arguments of type ArgumentDescriptionModifier and TypeMethodDescriptionCommandDescription.arguments()Returns the argument descriptions.static List<ArgumentDescription> Creates a list of argument descriptions from names.Methods in org.jline.shell with parameters of type ArgumentDescriptionModifier and TypeMethodDescriptionCommandDescription.Builder.argument(ArgumentDescription argument) Adds an argument description.Method parameters in org.jline.shell with type arguments of type ArgumentDescriptionModifier and TypeMethodDescriptionCommandDescription.Builder.arguments(List<ArgumentDescription> arguments) Sets all argument descriptions.