| Package | Description | 
|---|---|
| org.apache.maven.model.building | |
| org.apache.maven.model.resolution | |
| org.apache.maven.project | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ModelSource2Provides access to the contents of a POM independently of the backing store (e.g. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FileModelSourceWraps an ordinary  Fileas a model source. | 
| class  | StringModelSourceDeprecated. 
 instead use  StringSource | 
| class  | UrlModelSourceDeprecated. 
 instead use  UrlSource | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelSource | DefaultModelBuildingRequest. getModelSource() | 
| ModelSource | ModelBuildingRequest. getModelSource()Gets the source of the POM to process. | 
| ModelSource | ModelBuildingRequest. getModelSource()Gets the source of the POM to process. | 
| ModelSource | DefaultModelBuildingRequest. getModelSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| DefaultModelBuildingRequest | DefaultModelBuildingRequest. setModelSource(ModelSource modelSource) | 
| ModelBuildingRequest | ModelBuildingRequest. setModelSource(ModelSource modelSource)Sets the source of the POM to process. | 
| ModelBuildingRequest | ModelBuildingRequest. setModelSource(ModelSource modelSource)Sets the source of the POM to process. | 
| DefaultModelBuildingRequest | DefaultModelBuildingRequest. setModelSource(ModelSource modelSource) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelSource | ProjectModelResolver. resolveModel(Dependency dependency) | 
| ModelSource | ProjectModelResolver. resolveModel(Dependency dependency) | 
| ModelSource | ProjectModelResolver. resolveModel(Parent parent) | 
| ModelSource | ProjectModelResolver. resolveModel(Parent parent) | 
| ModelSource | ProjectModelResolver. resolveModel(String groupId,
            String artifactId,
            String version) | 
| ModelSource | ProjectModelResolver. resolveModel(String groupId,
            String artifactId,
            String version) | 
| Modifier and Type | Method and Description | 
|---|---|
| ProjectBuildingResult | DefaultProjectBuilder. build(ModelSource modelSource,
     ProjectBuildingRequest request) | 
| ProjectBuildingResult | ProjectBuilder. build(ModelSource modelSource,
     ProjectBuildingRequest request)Builds a project descriptor for the specified model source. | 
| ProjectBuildingResult | ProjectBuilder. build(ModelSource modelSource,
     ProjectBuildingRequest request)Builds a project descriptor for the specified model source. | 
| ProjectBuildingResult | DefaultProjectBuilder. build(ModelSource modelSource,
     ProjectBuildingRequest request) | 
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.