Package | Description |
---|---|
org.jline.terminal | |
org.jline.terminal.impl |
JLine 3.
|
org.jline.utils |
JLine 3.
|
Class and Description |
---|
InfoCmp.Capability |
NonBlockingReader
Non blocking reader
|
Class and Description |
---|
InfoCmp.Capability |
NonBlockingInputStream
Non blocking input stream
|
NonBlockingReader
Non blocking reader
|
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 |
NonBlockingInputStream
Non blocking input stream
|
NonBlockingPumpInputStream |
NonBlockingPumpReader |
NonBlockingReader
Non blocking reader
|
ShutdownHooks.Task
Essentially a
Runnable which allows running to throw an exception. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.