| Package | Description |
|---|---|
| org.apache.maven.execution | |
| org.apache.maven.toolchain | |
| org.apache.maven.toolchain.java | |
| org.apache.maven.toolchain.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ToolchainModel>> |
DefaultMavenExecutionRequest.getToolchains() |
Map<String,List<ToolchainModel>> |
MavenExecutionRequest.getToolchains() |
| Modifier and Type | Method and Description |
|---|---|
MavenExecutionRequest |
DefaultMavenExecutionRequest.setToolchains(Map<String,List<ToolchainModel>> toolchains) |
MavenExecutionRequest |
MavenExecutionRequest.setToolchains(Map<String,List<ToolchainModel>> toolchains) |
| Modifier and Type | Method and Description |
|---|---|
ToolchainModel |
ToolchainPrivate.getModel() |
ToolchainModel |
DefaultToolchain.getModel() |
| Modifier and Type | Method and Description |
|---|---|
ToolchainPrivate |
ToolchainFactory.createToolchain(ToolchainModel model)
Create instance of toolchain.
|
| Constructor and Description |
|---|
DefaultToolchain(ToolchainModel model,
org.slf4j.Logger logger) |
DefaultToolchain(ToolchainModel model,
String type,
org.slf4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
ToolchainPrivate |
JavaToolchainFactory.createToolchain(ToolchainModel model) |
| Constructor and Description |
|---|
DefaultJavaToolChain(ToolchainModel model,
org.slf4j.Logger logger)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ToolchainModel |
ToolchainModel.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<ToolchainModel> |
PersistedToolchains.getToolchains() |
static List<ToolchainModel> |
ToolchainModel.toolchainModelToApiV3(List<ToolchainModel> list) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistedToolchains.addToolchain(ToolchainModel toolchain) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistedToolchains.setToolchains(List<ToolchainModel> toolchains) |
static List<ToolchainModel> |
ToolchainModel.toolchainModelToApiV4(List<ToolchainModel> list) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.