| Package | Description |
|---|---|
| org.guvnor.common.services.project.model | |
| org.guvnor.common.services.project.service |
| Modifier and Type | Method and Description |
|---|---|
POM |
Project.getPom() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectWizard.initialise(POM pom) |
void |
Project.setPom(POM pom) |
| Modifier and Type | Method and Description |
|---|---|
Path |
POMService.create(Path projectRoot,
String repositoryWebBaseURL,
POM pom) |
T |
ProjectServiceCore.newProject(Path repositoryRoot,
POM pom,
String baseURL)
Creates a new project to the given path.
|
T |
ProjectServiceCore.newProject(Path repositoryRoot,
POM pom,
String baseURL,
DeploymentMode mode)
Creates a new project to the given path.
|
Path |
POMService.save(Path path,
POM content,
Metadata metadata,
String comment,
boolean updateModules) |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.