| Package | Description |
|---|---|
| org.guvnor.common.services.project.model | |
| org.guvnor.common.services.project.service |
| Modifier and Type | Field and Description |
|---|---|
protected POM |
Module.pom |
| Modifier and Type | Method and Description |
|---|---|
POM |
Module.getPom() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceProjectWizard.initialise(POM pom) |
void |
Module.setPom(POM pom) |
| Constructor and Description |
|---|
Module(Path rootPath,
Path pomXMLPath,
POM pom) |
Module(Path rootPath,
Path pomXMLPath,
POM pom,
Collection<String> modules) |
| Modifier and Type | Method and Description |
|---|---|
Path |
POMService.create(Path projectRoot,
POM pom) |
T |
ModuleServiceCore.newModule(Path repositoryRoot,
POM pom)
Creates a new module to the given path.
|
T |
ModuleServiceCore.newModule(Path repositoryRoot,
POM pom,
DeploymentMode mode)
Creates a new module to the given path.
|
WorkspaceProject |
WorkspaceProjectService.newProject(OrganizationalUnit organizationalUnit,
POM pom) |
WorkspaceProject |
WorkspaceProjectService.newProject(OrganizationalUnit organizationalUnit,
POM pom,
DeploymentMode mode) |
Path |
POMService.save(Path path,
POM content,
Metadata metadata,
String comment,
boolean updateModules) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.