Package | Description |
---|---|
org.jline.builtins | |
org.jline.keymap | |
org.jline.reader |
JLine 3.
|
org.jline.reader.impl | |
org.jline.terminal | |
org.jline.terminal.impl |
JLine 3.
|
org.jline.utils |
JLine 3.
|
Class and Description |
---|
AttributedString
Attributed string.
|
Display
Handle display and visual cursor.
|
Class and Description |
---|
InfoCmp.Capability |
NonBlockingReader
This class wraps a regular reader and allows it to appear as if it
is non-blocking; that is, reads can be performed against it that timeout
if no data is seen for a period of time.
|
Class and Description |
---|
AttributedString
Attributed string.
|
Class and Description |
---|
AttributedString
Attributed string.
|
AttributedStringBuilder
Attributed string builder
|
Display
Handle display and visual cursor.
|
Class and Description |
---|
InfoCmp.Capability |
NonBlockingReader
This class wraps a regular reader and allows it to appear as if it
is non-blocking; that is, reads can be performed against it that timeout
if no data is seen for a period of time.
|
Class and Description |
---|
InfoCmp.Capability |
NonBlockingReader
This class wraps a regular reader and allows it to appear as if it
is non-blocking; that is, reads can be performed against it that timeout
if no data is seen for a period of time.
|
ShutdownHooks.Task
Essentially a
Runnable which allows running to throw an exception. |
Class and Description |
---|
AttributedCharSequence |
AttributedString
Attributed string.
|
AttributedStringBuilder
Attributed string builder
|
AttributedStyle
Text styling.
|
DiffHelper.Diff
Class representing one diff operation.
|
DiffHelper.Operation
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
Diff(Operation.EQUAL, " world.")}
which means: delete "Hello", add "Goodbye" and keep " world."
|
InfoCmp.Capability |
ShutdownHooks.Task
Essentially a
Runnable which allows running to throw an exception. |
Copyright © 2018. All rights reserved.