public interface ToolchainManagerPrivate
Modifier and Type | Method and Description |
---|---|
ToolchainPrivate[] |
getToolchainsForType(String type)
Retrieves the toolchains of given type from the user settings.
|
void |
storeToolchainToBuildContext(ToolchainPrivate toolchain,
org.apache.maven.execution.MavenSession context)
Stores the toolchain into build context.
|
static final String ROLE
ToolchainPrivate[] getToolchainsForType(String type) throws MisconfiguredToolchainException
MisconfiguredToolchainException
void storeToolchainToBuildContext(ToolchainPrivate toolchain, org.apache.maven.execution.MavenSession context)
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.