Uses of Class
org.jline.console.CmdLine.DescriptionType
-
Packages that use CmdLine.DescriptionType Package Description org.jline.console -
-
Uses of CmdLine.DescriptionType in org.jline.console
Methods in org.jline.console that return CmdLine.DescriptionType Modifier and Type Method Description CmdLine.DescriptionType
CmdLine. getDescriptionType()
static CmdLine.DescriptionType
CmdLine.DescriptionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CmdLine.DescriptionType[]
CmdLine.DescriptionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jline.console with parameters of type CmdLine.DescriptionType Constructor Description CmdLine(java.lang.String line, java.lang.String head, java.lang.String tail, java.util.List<java.lang.String> args, CmdLine.DescriptionType descType)
CmdLine class constructor.
-