Uses of Enum Class
org.jline.console.CmdLine.DescriptionType
Packages that use CmdLine.DescriptionType
Package
Description
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.DescriptionTypeModifier and TypeMethodDescriptionCmdLine.getDescriptionType()
Returns the type of description that should be displayed for the command.static CmdLine.DescriptionType
Returns the enum constant of this class with the specified name.static CmdLine.DescriptionType[]
CmdLine.DescriptionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jline.console with parameters of type CmdLine.DescriptionType