Class ReadmeBuilder


  • @Component
    public class ReadmeBuilder
    extends Object
    • Constructor Detail

      • ReadmeBuilder

        public ReadmeBuilder()
    • Method Detail

      • build

        public String build​(String readmeTemplate)
        Creates a readme based on the template, inserting lists of the enabled and disabled checkstyle and sevntu rules.
        Parameters:
        readmeTemplate - the String.format compatible template
        Returns:
        the formatted readme document.