| Package | Description |
|---|---|
| org.guvnor.common.services.project.builder.model | |
| org.guvnor.common.services.project.model | |
| org.guvnor.common.services.project.service |
| Modifier and Type | Method and Description |
|---|---|
GAV |
IncrementalBuildResults.getGAV() |
GAV |
BuildResults.getGAV() |
| Constructor and Description |
|---|
BuildResults(GAV gav) |
IncrementalBuildResults(GAV gav) |
| Modifier and Type | Class and Description |
|---|---|
class |
Dependency |
| Modifier and Type | Method and Description |
|---|---|
GAV |
POM.getGav() |
GAV |
POM.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GAV> |
Dependencies.getCompileScopedGavs() |
Collection<GAV> |
Dependencies.getGavs(String... scopes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Dependencies.containsDependency(GAV other) |
Dependency |
Dependencies.get(GAV gav) |
void |
POM.setParent(GAV parent) |
| Constructor and Description |
|---|
Dependency(GAV gav) |
POM(GAV gav) |
POM(String name,
String description,
GAV gav) |
POM(String name,
String description,
GAV gav,
boolean multiModule) |
| Modifier and Type | Method and Description |
|---|---|
GAV |
GAVAlreadyExistsException.getGAV() |
| Modifier and Type | Method and Description |
|---|---|
Set<MavenRepositoryMetadata> |
ProjectRepositoryResolver.getRepositoriesResolvingArtifact(GAV gav,
MavenRepositoryMetadata... filter)
Get a collection of Repositories that a given GAV resolve against.
|
Set<MavenRepositoryMetadata> |
ProjectRepositoryResolver.getRepositoriesResolvingArtifact(GAV gav,
Project project,
MavenRepositoryMetadata... filter)
Get a collection of Repositories that a given GAV resolve against.
|
| Constructor and Description |
|---|
GAVAlreadyExistsException(GAV gav,
Set<MavenRepositoryMetadata> repositories) |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.