Class KieModuleModelWrapper


  • public class KieModuleModelWrapper
    extends java.lang.Object
    Utility class to discover/interact with KieModuleModel.
    • Constructor Summary

      Constructors 
      Constructor Description
      KieModuleModelWrapper​(org.kie.api.builder.model.KieModuleModel kieModuleModel)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.InputStream fromJarFile​(java.nio.file.Path jarPath)  
      • Methods inherited from class java.lang.Object

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

      • KieModuleModelWrapper

        public KieModuleModelWrapper​(org.kie.api.builder.model.KieModuleModel kieModuleModel)
    • Method Detail

      • fromJarFile

        public static java.io.InputStream fromJarFile​(java.nio.file.Path jarPath)