Class ConsoleConstants


  • public final class ConsoleConstants
    extends java.lang.Object
    Some console constants.
    See Also:
    ANSI color options
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EMPTY  
      static java.lang.String YAML_EMPTY_ARRAY  
      static java.lang.String YAML_ITEM  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String blueBold​(java.lang.String value)  
      static java.lang.String cyanBold​(java.lang.String value)  
      static java.lang.String indent​(int level)  
      static java.lang.String yellow​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • indent

        public static java.lang.String indent​(int level)
      • yellow

        public static java.lang.String yellow​(java.lang.String value)
      • blueBold

        public static java.lang.String blueBold​(java.lang.String value)
      • cyanBold

        public static java.lang.String cyanBold​(java.lang.String value)