Uses of Class
dev.metaschema.cli.processor.ansi.Ansi
Packages that use Ansi
-
Uses of Ansi in dev.metaschema.cli.processor.ansi
Methods in dev.metaschema.cli.processor.ansi that return AnsiModifier and TypeMethodDescriptionAnsi.a(char ch) Append a single literal character.Ansi.a(CharSequence text) Append a literal string.static AnsiAnsi.ansi()Create a new builder.Ansi.bold()Enable bold rendering for subsequent appended text.Ansi.boldOff()Disable bold rendering for subsequent appended text.Ansi.fgBright(Ansi.Color color) Set the foreground color to the bright variant of the supplied color.Ansi.fgBrightBlue()Set the foreground color to bright blue.Ansi.fgBrightCyan()Set the foreground color to bright cyan.Ansi.fgBrightRed()Set the foreground color to bright red.Ansi.fgBrightYellow()Set the foreground color to bright yellow.Ansi.fgRed()Set the foreground color to red.Append formatted text usingString.format(String, Object...)semantics.Ansi.reset()Emit the ANSI reset sequence, clearing any active color or style.