Class Ansi
java.lang.Object
network.ike.plugin.ws.Ansi
ANSI escape code constants for colored terminal output.
Maven passes -Dstyle.color=always in IntelliJ by default,
so ANSI codes render correctly in both terminal and IDE console.
These are used for status markers in ws: goal output to provide
quick visual scanning of success/warning/error states.
Color assignments:
- Green — success (✓ checkmarks, completion, alignment)
- Yellow — warning (⚠ non-critical issues, prompts)
- Red — error (✗ failures, blocking problems)
- Cyan — action (↻ sync, ↓ download, in-progress)
-
Field Summary
Fields -
Method Summary
-
Field Details
-
GREEN
-
YELLOW
-
RED
-
CYAN
-
RESET
-
-
Method Details
-
green
-
yellow
-
red
-
cyan
-