Class FreemarkerReportBuilder


  • public class FreemarkerReportBuilder
    extends org.gorpipe.gor.session.GorReportBuilder
    Report builder class for building freemarker based reports via yml files.
    • Constructor Summary

      Constructors 
      Constructor Description
      FreemarkerReportBuilder​(org.gorpipe.gor.session.GorSession session)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String parse​(java.lang.String query)  
      • Methods inherited from class java.lang.Object

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

      • FreemarkerReportBuilder

        public FreemarkerReportBuilder​(org.gorpipe.gor.session.GorSession session)
    • Method Detail

      • parse

        public java.lang.String parse​(java.lang.String query)
        Specified by:
        parse in class org.gorpipe.gor.session.GorReportBuilder