| Package | Description |
|---|---|
| org.apache.maven.model.building | |
| org.apache.maven.model.resolution |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ModelSource2 |
Provides access to the contents of a POM independently of the backing store (e.g.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FileModelSource |
Wraps an ordinary
File as a model source. |
class |
StringModelSource |
Deprecated.
instead use
StringSource |
class |
UrlModelSource |
Deprecated.
instead use
UrlSource |
| Modifier and Type | Method | Description |
|---|---|---|
ModelSource |
DefaultModelBuildingRequest.getModelSource() |
|
ModelSource |
ModelBuildingRequest.getModelSource() |
Gets the source of the POM to process.
|
| Modifier and Type | Method | Description |
|---|---|---|
DefaultModelBuildingRequest |
DefaultModelBuildingRequest.setModelSource(ModelSource modelSource) |
|
ModelBuildingRequest |
ModelBuildingRequest.setModelSource(ModelSource modelSource) |
Sets the source of the POM to process.
|
| Modifier and Type | Method | Description |
|---|---|---|
ModelSource |
ModelResolver.resolveModel(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version) |
Tries to resolve the POM for the specified coordinates.
|
ModelSource |
ModelResolver.resolveModel(org.apache.maven.model.Dependency dependency) |
Tries to resolve the POM for the specified dependency coordinates possibly updating
dependency. |
ModelSource |
ModelResolver.resolveModel(org.apache.maven.model.Parent parent) |
Tries to resolve the POM for the specified parent coordinates possibly updating
parent. |