| 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. | 
| 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) | 
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.