Class YAMLtoDrlDumper


  • public class YAMLtoDrlDumper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static freemarker.template.Configuration CONFIGURATION  
    • Constructor Summary

      Constructors 
      Constructor Description
      YAMLtoDrlDumper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String dumpDRL​(org.drools.drlonyaml.model.DrlPackage drl)  
      • Methods inherited from class java.lang.Object

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

      • CONFIGURATION

        public static final freemarker.template.Configuration CONFIGURATION
    • Constructor Detail

      • YAMLtoDrlDumper

        public YAMLtoDrlDumper()
    • Method Detail

      • dumpDRL

        public static java.lang.String dumpDRL​(org.drools.drlonyaml.model.DrlPackage drl)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception