| Package | Description | 
|---|---|
| org.apache.maven.model.building | |
| org.apache.maven.model.resolution | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| DefaultModelBuildingRequest | DefaultModelBuildingRequest. setModelSource(ModelSource modelSource) | 
| ModelBuildingRequest | ModelBuildingRequest. setModelSource(ModelSource modelSource)Sets the source of the POM to process. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.