Package | Description |
---|---|
org.apache.maven.model.building | |
org.apache.maven.model.resolution |
Modifier and Type | Interface and Description |
---|---|
interface |
ModelSource2
Provides access to the contents of a POM independently of the backing store (e.g.
|
Modifier and Type | Class and 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 and Description |
---|---|
ModelSource |
ModelBuildingRequest.getModelSource()
Gets the source of the POM to process.
|
ModelSource |
DefaultModelBuildingRequest.getModelSource() |
Modifier and Type | Method and Description |
---|---|
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(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–2019 The Apache Software Foundation. All rights reserved.