Class JReleaserModelPrinter


  • public class JReleaserModelPrinter
    extends org.jreleaser.model.JReleaserModelPrinter
    Since:
    0.1.0
    Author:
    Andres Almiray
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jreleaser.model.JReleaserModelPrinter

        org.jreleaser.model.JReleaserModelPrinter.Plain
    • Constructor Summary

      Constructors 
      Constructor Description
      JReleaserModelPrinter​(java.io.PrintWriter out)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String color​(java.lang.String color, java.lang.String input)  
      • Methods inherited from class org.jreleaser.model.JReleaserModelPrinter

        isSecret, print, print
      • Methods inherited from class java.lang.Object

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

      • JReleaserModelPrinter

        public JReleaserModelPrinter​(java.io.PrintWriter out)
    • Method Detail

      • color

        protected java.lang.String color​(java.lang.String color,
                                         java.lang.String input)
        Specified by:
        color in class org.jreleaser.model.JReleaserModelPrinter