Class Utils

java.lang.Object
eu.svjatoslav.alyverkko_cli.Utils

public class Utils extends Object

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 Details

    • Utils

      public Utils()
  • Method Details

    • printRedMessageToConsole

      public static void printRedMessageToConsole(String message)
      Prints a message in red text to the console.
      Parameters:
      message - the text to print in red.