Uses of Class
org.jline.console.ArgDesc
Packages that use ArgDesc
Package
Description
JLine Console package provides a framework for building interactive command-line applications.
-
Uses of ArgDesc in org.jline.console
Methods in org.jline.console that return types with arguments of type ArgDescModifier and TypeMethodDescriptionArgDesc.doArgNames(List<String> names) Deprecated.Creates a list of argument descriptions from a list of argument names.CmdDesc.getArgsDesc()Deprecated.Returns the descriptions of the command's arguments.Constructor parameters in org.jline.console with type arguments of type ArgDescModifierConstructorDescriptionDeprecated.Creates a new command description with the specified argument descriptions.Deprecated.Creates a new command description with the specified argument and option descriptions. -
Uses of ArgDesc in org.jline.console.impl
Methods in org.jline.console.impl that return ArgDescModifier and TypeMethodDescriptionstatic ArgDescDescriptionAdapter.toArgDesc(ArgumentDescription arg) Converts a newArgumentDescriptionto an oldArgDesc.Methods in org.jline.console.impl with parameters of type ArgDescModifier and TypeMethodDescriptionstatic ArgumentDescriptionDescriptionAdapter.toArgumentDescription(ArgDesc argDesc) Converts an oldArgDescto a newArgumentDescription.