Uses of Enum Class
org.jline.builtins.Less.Operation
Packages that use Less.Operation
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
-
Uses of Less.Operation in org.jline.builtins
Fields in org.jline.builtins with type parameters of type Less.OperationModifier and TypeFieldDescriptionprotected KeyMap
<Less.Operation> Less.keys
protected final Map
<String, Less.Operation> Less.options
Methods in org.jline.builtins that return Less.OperationModifier and TypeMethodDescriptionstatic Less.Operation
Returns the enum constant of this class with the specified name.static Less.Operation[]
Less.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.