Uses of Class
org.jline.console.ArgDesc
-
Packages that use ArgDesc Package Description org.jline.console 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 ArgDesc Modifier and Type Method Description static java.util.List<ArgDesc>
ArgDesc. doArgNames(java.util.List<java.lang.String> names)
Creates a list of argument descriptions from a list of argument names.java.util.List<ArgDesc>
CmdDesc. getArgsDesc()
Returns the descriptions of the command's arguments.Constructor parameters in org.jline.console with type arguments of type ArgDesc Constructor Description CmdDesc(java.util.List<ArgDesc> argsDesc)
Creates a new command description with the specified argument descriptions.CmdDesc(java.util.List<ArgDesc> argsDesc, java.util.Map<java.lang.String,java.util.List<AttributedString>> optsDesc)
Creates a new command description with the specified argument and option descriptions.
-