- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ProjectBuilderRequest (0.5 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilder.java
* * @param request {@link ProjectBuilderRequest} * @return the {@link ProjectBuilderResult} containing the built project and possible errors * @throws ProjectBuilderException if the project cannot be created * @throws IllegalArgumentException if an argument is {@code null} or invalid */ @Nonnull ProjectBuilderResult build(ProjectBuilderRequest request) throws ProjectBuilderException; /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Nov 16 20:36:20 UTC 2024 - 2.9K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilderResult.java
import org.apache.maven.api.annotations.Nonnull; /** * Result of a project build call. * * @since 4.0.0 */ @Experimental public interface ProjectBuilderResult extends Result<ProjectBuilderRequest> { /** * Gets the identifier of the project that could not be built. The general format of the identifier is {@code
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 29 08:17:07 UTC 2025 - 2.6K bytes - Viewed (0)