Uses of Interface
org.apache.maven.api.services.ModelSource
Packages that use ModelSource
Package
Description
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of ModelSource in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return ModelSourceModifier and TypeMethodDescriptionstatic ModelSource
Sources.buildSource
(Path path) Creates a new build source for the specified path.ModelBuilderRequest.getSource()
ModelBuilderResult.getSource()
Gets the source from which the model was read.ModelSource.resolve
(ModelSource.ModelLocator modelLocator, String relative) Resolves a relative path to another POM file using the provided model locator.static ModelSource
Sources.resolvedSource
(Path path, String location) Creates a new resolved source for the specified path and location.Methods in org.apache.maven.api.services with parameters of type ModelSourceModifier and TypeMethodDescriptionstatic ModelBuilderRequest
ModelBuilderRequest.build
(ModelBuilderRequest request, ModelSource source) static ModelBuilderRequest
ModelBuilderRequest.build
(Session session, ModelSource source) ModelBuilderRequest.ModelBuilderRequestBuilder.source
(ModelSource source)