Uses of Interface
org.apache.maven.api.services.ProjectBuilderRequest
Packages that use ProjectBuilderRequest
Package
Description
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of ProjectBuilderRequest in org.apache.maven.api.services
Subinterfaces with type arguments of type ProjectBuilderRequest in org.apache.maven.api.servicesModifier and TypeInterfaceDescriptioninterface
Result of a project build call.Methods in org.apache.maven.api.services that return ProjectBuilderRequestModifier and TypeMethodDescriptionstatic ProjectBuilderRequest
Creates a new ProjectBuilderRequest with the specified session and path.static ProjectBuilderRequest
Creates a new ProjectBuilderRequest with the specified session and source.ProjectBuilderRequest.ProjectBuilderRequestBuilder.build()
Builds a new ProjectBuilderRequest with the current builder settings.Methods in org.apache.maven.api.services with parameters of type ProjectBuilderRequestModifier and TypeMethodDescriptionProjectBuilder.build
(ProjectBuilderRequest request) Creates aProject
from a POM file. -
Uses of ProjectBuilderRequest in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl with parameters of type ProjectBuilderRequestModifier and TypeMethodDescriptionDefaultProjectBuilder.build
(ProjectBuilderRequest request) protected ProjectBuilderResult
DefaultProjectBuilder.doBuild
(ProjectBuilderRequest request)