| Package | Description |
|---|---|
| org.apache.maven.execution | |
| org.apache.maven.toolchain | |
| org.apache.maven.toolchain.java | |
| org.apache.maven.toolchain.merge | |
| org.apache.maven.toolchain.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ToolchainModel>> |
MavenExecutionRequest.getToolchains() |
Map<String,List<ToolchainModel>> |
DefaultMavenExecutionRequest.getToolchains() |
| Modifier and Type | Method and Description |
|---|---|
MavenExecutionRequest |
MavenExecutionRequest.setToolchains(Map<String,List<ToolchainModel>> toolchains) |
MavenExecutionRequest |
DefaultMavenExecutionRequest.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.codehaus.plexus.logging.Logger logger) |
DefaultToolchain(ToolchainModel model,
String type,
org.codehaus.plexus.logging.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
ToolchainPrivate |
JavaToolchainFactory.createToolchain(ToolchainModel model) |
| Constructor and Description |
|---|
DefaultJavaToolChain(ToolchainModel model,
org.codehaus.plexus.logging.Logger logger)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
MavenToolchainMerger.getToolchainModelKey(ToolchainModel model) |
protected void |
MavenToolchainMerger.mergeToolchainModel_Configuration(ToolchainModel target,
ToolchainModel source) |
| Modifier and Type | Method and Description |
|---|---|
ToolchainModel |
ToolchainModel.clone()
Method clone.
|
| Modifier and Type | Method and Description |
|---|---|
List<ToolchainModel> |
PersistedToolchains.getToolchains()
Method getToolchains.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistedToolchains.addToolchain(ToolchainModel toolchainModel)
Method addToolchain.
|
void |
PersistedToolchains.removeToolchain(ToolchainModel toolchainModel)
Method removeToolchain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistedToolchains.setToolchains(List<ToolchainModel> toolchains)
Set the toolchain instance definition.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.