| Package | Description |
|---|---|
| org.apache.maven.toolchain | |
| org.apache.maven.toolchain.java | |
| org.apache.maven.toolchain.model |
| 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,
Logger logger) |
DefaultToolchain(ToolchainModel model,
String type,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
ToolchainPrivate |
DefaultJavaToolchainFactory.createToolchain(ToolchainModel model) |
| Constructor and Description |
|---|
DefaultJavaToolChain(ToolchainModel model,
Logger logger) |
| 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 definition.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.