Package | Description |
---|---|
org.apache.maven.model.resolution | |
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
Model |
WorkspaceModelResolver.resolveEffectiveModel(String groupId,
String artifactId,
String versionConstraint) |
ModelSource |
ModelResolver.resolveModel(Dependency dependency)
Tries to resolve the POM for the specified dependency coordinates possibly updating
dependency . |
ModelSource |
ModelResolver.resolveModel(Parent parent)
Tries to resolve the POM for the specified parent coordinates possibly updating
parent . |
ModelSource |
ModelResolver.resolveModel(String groupId,
String artifactId,
String version)
Tries to resolve the POM for the specified coordinates.
|
Model |
WorkspaceModelResolver.resolveRawModel(String groupId,
String artifactId,
String versionConstraint) |
Modifier and Type | Method and Description |
---|---|
ModelSource |
ProjectModelResolver.resolveModel(Dependency dependency) |
ModelSource |
ProjectModelResolver.resolveModel(Parent parent) |
ModelSource |
ProjectModelResolver.resolveModel(String groupId,
String artifactId,
String version) |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.