Package | Description |
---|---|
org.apache.maven.model.resolution |
Modifier and Type | Method and Description |
---|---|
Model |
WorkspaceModelResolver.resolveEffectiveModel(String groupId,
String artifactId,
String versionConstraint) |
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(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(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.
|
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) |
Model |
WorkspaceModelResolver.resolveRawModel(String groupId,
String artifactId,
String versionConstraint) |
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.