Class ConsoleColor

java.lang.Object
io.microconfig.utils.ConsoleColor

public class ConsoleColor
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ConsoleColor()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String green​(java.lang.String message)  
    static java.lang.String red​(java.lang.String message)  
    static java.lang.String yellow​(java.lang.String message)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • green

      public static java.lang.String green​(java.lang.String message)
    • red

      public static java.lang.String red​(java.lang.String message)
    • yellow

      public static java.lang.String yellow​(java.lang.String message)