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)
Retrieve toolchain of specified type from build context.
|
Modifier and Type | Method and Description |
---|---|
List<Toolchain> |
DefaultToolchainManager.getToolchains(MavenSession session,
String type,
Map<String,String> requirements) |
List<Toolchain> |
ToolchainManager.getToolchains(MavenSession session,
String type,
Map<String,String> requirements)
Select all toolchains available in user settings matching the type and requirements,
independently from
maven-toolchains-plugin . |
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–2015 The Apache Software Foundation. All rights reserved.