Package | Description |
---|---|
org.apache.maven.toolchain | |
org.apache.maven.toolchain.java |
Modifier and Type | Interface and Description |
---|---|
interface |
ToolchainPrivate
a private contract between the toolchains plugin and the components.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultToolchain
Default abstract toolchain implementation, to be used as base class for any toolchain implementation
to avoid rewriting usual code.
|
Modifier and Type | Method and Description |
---|---|
Toolchain |
DefaultToolchainManager.getToolchainFromBuildContext(String type,
MavenSession session) |
Toolchain |
ToolchainManager.getToolchainFromBuildContext(String type,
MavenSession context)
to be used from plugins capable of working with toolchains.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JavaToolchain
JDK toolchain interface.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaToolChain
Deprecated.
clients that do not require compatibility with Maven 3.2.3 and earlier should link to
JavaToolchainImpl instead. |
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.