Class KieModule
- java.lang.Object
-
- org.guvnor.common.services.project.model.Module
-
- org.kie.workbench.common.services.shared.project.KieModule
-
@Portable public class KieModule extends org.guvnor.common.services.project.model.Module
-
-
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.uberfire.backend.vfs.PathgetImportsPath()org.uberfire.backend.vfs.PathgetKModuleXMLPath()org.uberfire.backend.vfs.PathgetPackageNamesAllowListPath()org.uberfire.backend.vfs.PathgetRepositoriesPath()inthashCode()
-
-
-
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:
equalsin classorg.guvnor.common.services.project.model.Module
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.guvnor.common.services.project.model.Module
-
-