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[] |
ToolchainManagerPrivate.getToolchainsForType(String type,
MavenSession context)
Retrieves the toolchains of given type from the user settings.
|
ToolchainPrivate[] |
DefaultToolchainManagerPrivate.getToolchainsForType(String type,
MavenSession context) |
Modifier and Type | Method and Description |
---|---|
void |
ToolchainManagerPrivate.storeToolchainToBuildContext(ToolchainPrivate toolchain,
MavenSession context)
Stores the toolchain into build context.
|
void |
DefaultToolchainManagerPrivate.storeToolchainToBuildContext(ToolchainPrivate toolchain,
MavenSession session) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaToolChain |
Modifier and Type | Method and Description |
---|---|
ToolchainPrivate |
DefaultJavaToolchainFactory.createDefaultToolchain() |
ToolchainPrivate |
DefaultJavaToolchainFactory.createToolchain(ToolchainModel model) |
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.