Class KieModule


  • @Portable
    public class KieModule
    extends org.guvnor.common.services.project.model.Module
    • Field Summary

      • Fields inherited from class org.guvnor.common.services.project.model.Module

        modules, pom, pomXMLPath, rootPath
    • Constructor Summary

      Constructors 
      Constructor Description
      KieModule()  
      KieModule​(org.uberfire.backend.vfs.Path rootPath, org.uberfire.backend.vfs.Path pomXMLPath, org.uberfire.backend.vfs.Path kmoduleXMLPath, org.uberfire.backend.vfs.Path importsPath, org.uberfire.backend.vfs.Path repositoriesPath, org.uberfire.backend.vfs.Path packageNamesAllowListPath)  
      KieModule​(org.uberfire.backend.vfs.Path rootPath, org.uberfire.backend.vfs.Path pomXMLPath, org.uberfire.backend.vfs.Path kmoduleXMLPath, org.uberfire.backend.vfs.Path importsPath, org.uberfire.backend.vfs.Path repositoriesPath, org.uberfire.backend.vfs.Path packageNamesAllowListPath, org.guvnor.common.services.project.model.POM pom)  
    • Constructor Detail

      • KieModule

        public KieModule()
      • KieModule

        public KieModule​(org.uberfire.backend.vfs.Path rootPath,
                         org.uberfire.backend.vfs.Path pomXMLPath,
                         org.uberfire.backend.vfs.Path kmoduleXMLPath,
                         org.uberfire.backend.vfs.Path importsPath,
                         org.uberfire.backend.vfs.Path repositoriesPath,
                         org.uberfire.backend.vfs.Path packageNamesAllowListPath)
      • KieModule

        public KieModule​(org.uberfire.backend.vfs.Path rootPath,
                         org.uberfire.backend.vfs.Path pomXMLPath,
                         org.uberfire.backend.vfs.Path kmoduleXMLPath,
                         org.uberfire.backend.vfs.Path importsPath,
                         org.uberfire.backend.vfs.Path repositoriesPath,
                         org.uberfire.backend.vfs.Path packageNamesAllowListPath,
                         org.guvnor.common.services.project.model.POM pom)
    • Method Detail

      • getKModuleXMLPath

        public org.uberfire.backend.vfs.Path getKModuleXMLPath()
      • getImportsPath

        public org.uberfire.backend.vfs.Path getImportsPath()
      • getRepositoriesPath

        public org.uberfire.backend.vfs.Path getRepositoriesPath()
      • getPackageNamesAllowListPath

        public org.uberfire.backend.vfs.Path getPackageNamesAllowListPath()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class org.guvnor.common.services.project.model.Module
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.guvnor.common.services.project.model.Module