Class PlainTextWriter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean withColor  
      protected java.io.PrintWriter writer  
    • Constructor Summary

      Constructors 
      Constructor Description
      PlainTextWriter​(java.io.PrintWriter printWriter, boolean withColor)  
    • Field Detail

      • writer

        protected final java.io.PrintWriter writer
      • withColor

        protected final boolean withColor
    • Constructor Detail

      • PlainTextWriter

        public PlainTextWriter​(java.io.PrintWriter printWriter,
                               boolean withColor)