Class Styles


  • public class Styles
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Styles.StyleCompiler  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.util.List<java.lang.String> ANSI_STYLES  
      static java.lang.String NANORC_THEME  
    • Constructor Summary

      Constructors 
      Constructor Description
      Styles()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jline.utils.StyleResolver helpStyle()  
      static boolean isStylePattern​(java.lang.String style)  
      static org.jline.utils.StyleResolver lsStyle()  
      static org.jline.utils.StyleResolver prntStyle()  
      static org.jline.utils.StyleResolver style​(java.lang.String style)  
      static org.jline.utils.StyleResolver style​(java.lang.String name, java.lang.String defStyle)  
      • Methods inherited from class java.lang.Object

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

      • ANSI_STYLES

        protected static final java.util.List<java.lang.String> ANSI_STYLES
    • Constructor Detail

      • Styles

        public Styles()
    • Method Detail

      • lsStyle

        public static org.jline.utils.StyleResolver lsStyle()
      • helpStyle

        public static org.jline.utils.StyleResolver helpStyle()
      • prntStyle

        public static org.jline.utils.StyleResolver prntStyle()
      • isStylePattern

        public static boolean isStylePattern​(java.lang.String style)
      • style

        public static org.jline.utils.StyleResolver style​(java.lang.String name,
                                                          java.lang.String defStyle)
      • style

        public static org.jline.utils.StyleResolver style​(java.lang.String style)