Package | Description |
---|---|
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
ProjectBuilderResult |
ProjectBuilder.build(ProjectBuilderRequest request)
Creates a
Project from a POM file. |
default ProjectBuilderResult |
ProjectBuilder.build(Session session,
Artifact artifact)
Creates a
Project from an artifact. |
default ProjectBuilderResult |
ProjectBuilder.build(Session session,
ArtifactCoordinate coordinate)
Creates a
Project from a coordinate. |
default ProjectBuilderResult |
ProjectBuilder.build(Session session,
Path path)
Creates a
Project from a POM file. |
default ProjectBuilderResult |
ProjectBuilder.build(Session session,
ProjectBuilderSource source)
Creates a
Project from a POM file. |
Modifier and Type | Method and Description |
---|---|
ProjectBuilderResult |
DefaultProjectBuilder.build(ProjectBuilderRequest request) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.