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
Wraps an ordinary
CharSequence as a model source. |
class |
UrlModelSource
Wraps an ordinary
URL as a model source. |
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(String groupId,
String artifactId,
String version)
Tries to resolve the POM for the specified coordinates.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.