| Package | Description | 
|---|---|
| org.apache.maven.model.resolution | 
| 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. | 
| default ModelSource | ModelResolver. resolveModel(org.apache.maven.api.model.Dependency dependency,
            AtomicReference<org.apache.maven.api.model.Dependency> modified) | 
| ModelSource | ModelResolver. resolveModel(Parent parent)Tries to resolve the POM for the specified parent coordinates possibly updating  parent. | 
| default ModelSource | ModelResolver. resolveModel(org.apache.maven.api.model.Parent parent,
            AtomicReference<org.apache.maven.api.model.Parent> modified) | 
| 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) | 
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.