Package eu.svjatoslav.alyverkko_cli
Class Utils
java.lang.Object
eu.svjatoslav.alyverkko_cli.Utils
General utility functions for the Älyverkko CLI application. Currently provides ANSI color output capabilities for console messages.
Color formatting follows standard ANSI escape sequences, with specific methods for common message types like errors.
For future extensions, this class could include additional helper functions for file operations or string processing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprintRedMessageToConsole(String message) Prints a message in red text to the console.
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
printRedMessageToConsole
Prints a message in red text to the console.- Parameters:
message- the text to print in red.
-