@Named @Singleton public class DefaultProjectBuilder extends Object implements ProjectBuilder
Constructor and Description |
---|
DefaultProjectBuilder(ProjectBuilder builder) |
Modifier and Type | Method and Description |
---|---|
ProjectBuilderResult |
build(ProjectBuilderRequest request)
Creates a
Project from a POM file. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build, build, build, build
@Inject public DefaultProjectBuilder(ProjectBuilder builder)
@Nonnull public ProjectBuilderResult build(ProjectBuilderRequest request) throws ProjectBuilderException, IllegalArgumentException
ProjectBuilder
Project
from a POM file.build
in interface ProjectBuilder
request
- ProjectBuilderRequest
ProjectBuilderResult
containing the built project and possible errorsProjectBuilderException
- if the project cannot be createdIllegalArgumentException
- if an argument is null
or invalidCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.