Package | Description |
---|---|
org.apache.maven.execution | |
org.apache.maven.toolchain.building | |
org.apache.maven.toolchain.model |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
DefaultMavenExecutionRequestPopulator.populateFromToolchains(MavenExecutionRequest request,
PersistedToolchains toolchains) |
MavenExecutionRequest |
MavenExecutionRequestPopulator.populateFromToolchains(MavenExecutionRequest request,
PersistedToolchains toolchains)
Copies the values from the given toolchains into the specified execution request.
|
Modifier and Type | Method and Description |
---|---|
PersistedToolchains |
DefaultToolchainsBuildingResult.getEffectiveToolchains() |
PersistedToolchains |
ToolchainsBuildingResult.getEffectiveToolchains()
Gets the assembled toolchains.
|
Constructor and Description |
---|
DefaultToolchainsBuildingResult(PersistedToolchains effectiveToolchains,
List<Problem> problems)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
PersistedToolchains |
PersistedToolchains.clone() |
Modifier and Type | Method and Description |
---|---|
static List<PersistedToolchains> |
PersistedToolchains.persistedToolchainsToApiV3(List<PersistedToolchains> list) |
Modifier and Type | Method and Description |
---|---|
static List<PersistedToolchains> |
PersistedToolchains.persistedToolchainsToApiV4(List<PersistedToolchains> list) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.