Class SourceUtils


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_DUMP_KIE_PMML_DIRECTORY
      Default output directory for generated PMML sources (target/generated-pmml-sources)
      static java.lang.String DUMP_KIE_PMML_DIRECTORY
      System property to override default output directory for generated PMML sources (inside target)
      static java.lang.String DUMP_KIE_PMML_SOURCES
      System property to dump generated PMML sources yes
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void dumpSources​(java.util.Map<java.lang.String,​java.lang.String> classNameSourceMap, PMML_MODEL pmmlModel)  
      • Methods inherited from class java.lang.Object

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

      • DUMP_KIE_PMML_SOURCES

        public static final java.lang.String DUMP_KIE_PMML_SOURCES
        System property to dump generated PMML sources yes
        See Also:
        Constant Field Values
      • DUMP_KIE_PMML_DIRECTORY

        public static final java.lang.String DUMP_KIE_PMML_DIRECTORY
        System property to override default output directory for generated PMML sources (inside target)
        See Also:
        Constant Field Values
      • DEFAULT_DUMP_KIE_PMML_DIRECTORY

        public static final java.lang.String DEFAULT_DUMP_KIE_PMML_DIRECTORY
        Default output directory for generated PMML sources (target/generated-pmml-sources)
        See Also:
        Constant Field Values
    • Method Detail

      • dumpSources

        public static void dumpSources​(java.util.Map<java.lang.String,​java.lang.String> classNameSourceMap,
                                       PMML_MODEL pmmlModel)
                                throws java.io.IOException
        Throws:
        java.io.IOException