Package | Description |
---|---|
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
ProjectBuilderRequest |
ProjectBuilderRequest.ProjectBuilderRequestBuilder.build() |
static ProjectBuilderRequest |
ProjectBuilderRequest.build(Session session,
Artifact artifact) |
static ProjectBuilderRequest |
ProjectBuilderRequest.build(Session session,
ArtifactCoordinate coordinate) |
static ProjectBuilderRequest |
ProjectBuilderRequest.build(Session session,
Path path) |
static ProjectBuilderRequest |
ProjectBuilderRequest.build(Session session,
ProjectBuilderSource source) |
Modifier and Type | Method and Description |
---|---|
ProjectBuilderResult |
ProjectBuilder.build(ProjectBuilderRequest request)
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.