Class DefaultProjectBuilder
java.lang.Object
org.apache.maven.internal.impl.DefaultProjectBuilder
- All Implemented Interfaces:
Service,ProjectBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(ProjectBuilderRequest request) protected ProjectBuilderResultdoBuild(ProjectBuilderRequest request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.services.ProjectBuilder
build, build
-
Constructor Details
-
DefaultProjectBuilder
-
-
Method Details
-
build
@Nonnull public ProjectBuilderResult build(ProjectBuilderRequest request) throws ProjectBuilderException, IllegalArgumentException - Specified by:
buildin interfaceProjectBuilder- Throws:
ProjectBuilderExceptionIllegalArgumentException
-
doBuild
protected ProjectBuilderResult doBuild(ProjectBuilderRequest request) throws ProjectBuilderException, IllegalArgumentException
-