Uses of Interface
org.apache.maven.model.building.ModelSource
Package
Description
-
Uses of ModelSource in org.apache.maven.model.building
Modifier and TypeInterfaceDescriptioninterface
Provides access to the contents of a POM independently of the backing store (e.g.Modifier and TypeClassDescriptionclass
Wraps an ordinaryFile
as a model source.class
Deprecated.class
Deprecated.instead useUrlSource
Modifier and TypeMethodDescriptionDefaultModelBuildingRequest.getModelSource()
ModelBuildingRequest.getModelSource()
Gets the source of the POM to process.Modifier and TypeMethodDescriptionDefaultModelBuildingRequest.setModelSource
(ModelSource modelSource) ModelBuildingRequest.setModelSource
(ModelSource modelSource) Sets the source of the POM to process. -
Uses of ModelSource in org.apache.maven.model.resolution
Modifier and TypeMethodDescriptionModelResolver.resolveModel
(String groupId, String artifactId, String version) Tries to resolve the POM for the specified coordinates.ModelResolver.resolveModel
(Dependency dependency) Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency
.ModelResolver.resolveModel
(Parent parent) Tries to resolve the POM for the specified parent coordinates possibly updatingparent
. -
Uses of ModelSource in org.apache.maven.project
Modifier and TypeMethodDescriptionProjectModelResolver.resolveModel
(String groupId, String artifactId, String version) ProjectModelResolver.resolveModel
(Dependency dependency) ProjectModelResolver.resolveModel
(Parent parent) Modifier and TypeMethodDescriptionDefaultProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) ProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) Builds a project descriptor for the specified model source.
StringSource