Uses of Class
org.jline.console.ArgDesc
-
Packages that use ArgDesc Package Description org.jline.console -
-
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)
java.util.List<ArgDesc>
CmdDesc. getArgsDesc()
Constructor parameters in org.jline.console with type arguments of type ArgDesc Constructor Description CmdDesc(java.util.List<ArgDesc> argsDesc)
CmdDesc(java.util.List<ArgDesc> argsDesc, java.util.Map<java.lang.String,java.util.List<org.jline.utils.AttributedString>> optsDesc)
-