@Portable
public class KieModule
extends org.guvnor.common.services.project.model.Module
| Constructor and 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 packageNamesWhiteListPath) |
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 packageNamesWhiteListPath,
org.guvnor.common.services.project.model.POM pom) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.uberfire.backend.vfs.Path |
getImportsPath() |
org.uberfire.backend.vfs.Path |
getKModuleXMLPath() |
org.uberfire.backend.vfs.Path |
getPackageNamesWhiteListPath() |
org.uberfire.backend.vfs.Path |
getRepositoriesPath() |
int |
hashCode() |
public 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 packageNamesWhiteListPath)
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 packageNamesWhiteListPath,
org.guvnor.common.services.project.model.POM pom)
public org.uberfire.backend.vfs.Path getKModuleXMLPath()
public org.uberfire.backend.vfs.Path getImportsPath()
public org.uberfire.backend.vfs.Path getRepositoriesPath()
public org.uberfire.backend.vfs.Path getPackageNamesWhiteListPath()
public boolean equals(Object o)
equals in class org.guvnor.common.services.project.model.Modulepublic int hashCode()
hashCode in class org.guvnor.common.services.project.model.ModuleCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.