Uses of Package
org.jline.utils
Packages that use org.jline.utils
Package
Description
JLine 3.
JLine 3.
-
Classes in org.jline.utils used by org.jline.jansi.ioClassDescriptionA simple buffering output stream with no synchronization.
-
Classes in org.jline.utils used by org.jline.terminalClassDescriptionColor paletteNon blocking reader
-
Classes in org.jline.utils used by org.jline.terminal.implClassDescriptionColor paletteNon blocking input streamNon blocking readerEssentially a
Runnable
which allows running to throw an exception. -
Classes in org.jline.utils used by org.jline.terminal.impl.jni.winClassDescriptionA ANSI writer extracts ANSI escape codes written to a
Writer
and calls correspondingprocess*
methods. -
Classes in org.jline.utils used by org.jline.utilsClassDescriptionAttributed string.Attributed string builderText styling.Color paletteClass representing one diff 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."Handle display and visual cursor.Non blocking input streamNon blocking readerEssentially a
Runnable
which allows running to throw an exception.