public class TextUtils extends Object
| Modifier | Constructor and Description |
|---|---|
private |
TextUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
applyColorToText(String text,
org.fusesource.jansi.Ansi.Color colorCode) |
static String |
blue(String message) |
static String |
green(String message) |
static String |
red(String message) |
static String[] |
splitLines(String text) |
static String |
yellow(String message) |
Copyright © 2020. All rights reserved.