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.servicesSubinterfaces with type arguments of type ProjectBuilderRequest in org.apache.maven.api.servicesModifier and TypeInterfaceDescriptioninterfaceResult of a project build call.Methods in org.apache.maven.api.services that return ProjectBuilderRequestModifier and TypeMethodDescriptionstatic ProjectBuilderRequestCreates a new ProjectBuilderRequest with the specified session and path.static ProjectBuilderRequestCreates 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 aProjectfrom a POM file.
- 
Uses of ProjectBuilderRequest in org.apache.maven.internal.implMethods in org.apache.maven.internal.impl with parameters of type ProjectBuilderRequestModifier and TypeMethodDescriptionDefaultProjectBuilder.build(ProjectBuilderRequest request) protected ProjectBuilderResultDefaultProjectBuilder.doBuild(ProjectBuilderRequest request)