Uses of Enum Class
org.jline.shell.CommandLine.Type
Packages that use CommandLine.Type
Package
Description
Clean shell API for building interactive command-line applications with JLine.
-
Uses of CommandLine.Type in org.jline.shell
Methods in org.jline.shell that return CommandLine.TypeModifier and TypeMethodDescriptionCommandLine.type()Returns the description type.static CommandLine.TypeReturns the enum constant of this class with the specified name.static CommandLine.Type[]CommandLine.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jline.shell with parameters of type CommandLine.TypeModifierConstructorDescriptionCommandLine(String line, String head, String tail, List<String> args, CommandLine.Type type) Creates a new command line.