Package | Description |
---|---|
org.apache.maven.toolchain | |
org.apache.maven.toolchain.java |
Modifier and Type | Class and Description |
---|---|
class |
DefaultToolchain |
Modifier and Type | Method and Description |
---|---|
ToolchainPrivate |
ToolchainFactory.createDefaultToolchain()
Returns the default instance of the particular type of toolchain, can return null
if not applicable.
|
ToolchainPrivate |
ToolchainFactory.createToolchain(ToolchainModel model)
Create instance of toolchain.
|
ToolchainPrivate[] |
DefaultToolchainManager.getToolchainsForType(String type) |
ToolchainPrivate[] |
ToolchainManagerPrivate.getToolchainsForType(String type)
Retrieves the toolchains of given type from the user settings.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultToolchainManager.storeToolchainToBuildContext(ToolchainPrivate toolchain,
org.apache.maven.execution.MavenSession session) |
void |
ToolchainManagerPrivate.storeToolchainToBuildContext(ToolchainPrivate toolchain,
org.apache.maven.execution.MavenSession context)
Stores the toolchain into build context.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaToolChain |
Modifier and Type | Method and Description |
---|---|
ToolchainPrivate |
DefaultJavaToolchainFactory.createDefaultToolchain() |
ToolchainPrivate |
DefaultJavaToolchainFactory.createToolchain(ToolchainModel model) |
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.