Uses of Class
org.jline.console.ArgDesc
-
Packages that use ArgDesc Package Description org.jline.console -
-
Uses of ArgDesc in org.jline.console
Fields in org.jline.console with type parameters of type ArgDesc Modifier and Type Field Description private java.util.List<ArgDesc>CmdDesc. argsDescMethods 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<AttributedString>> optsDesc)
-