Uses of Package
org.jline.utils
Packages that use org.jline.utils
-
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.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.