| Package | Description |
|---|---|
| org.apache.maven.toolchain | |
| org.apache.maven.toolchain.java | |
| org.apache.maven.toolchain.model | |
| org.apache.maven.toolchain.model.io.xpp3 |
| Modifier and Type | Field and Description |
|---|---|
private ToolchainModel |
DefaultToolchain.model |
| Modifier and Type | Method and Description |
|---|---|
ToolchainModel |
DefaultToolchain.getModel() |
ToolchainModel |
ToolchainPrivate.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,
java.lang.String type,
org.codehaus.plexus.logging.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
ToolchainPrivate |
DefaultJavaToolchainFactory.createToolchain(ToolchainModel model) |
| Constructor and Description |
|---|
DefaultJavaToolChain(ToolchainModel model,
org.codehaus.plexus.logging.Logger logger) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ToolchainModel> |
PersistedToolchains.toolchains
Field toolchains.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<ToolchainModel> toolchains)
Set the toolchain definition.
|
| Modifier and Type | Method and Description |
|---|---|
private ToolchainModel |
MavenToolchainsXpp3Reader.parseToolchainModel(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseToolchainModel.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MavenToolchainsXpp3Writer.writeToolchainModel(ToolchainModel toolchainModel,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeToolchainModel.
|