Uses of Class
org.jline.console.CmdLine.DescriptionType
-
Packages that use CmdLine.DescriptionType Package Description org.jline.console JLine Console package provides a framework for building interactive command-line applications. -
-
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()
Returns the type of description that should be displayed for the command.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)
Creates a new command line with the specified components.
-