public interface ToolchainManagerPrivate
| Modifier and Type | Method and Description | 
|---|---|
ToolchainPrivate[] | 
getToolchainsForType(String type,
                                        MavenSession context)
Retrieves the toolchains of given type from the user settings. 
 | 
void | 
storeToolchainToBuildContext(ToolchainPrivate toolchain,
                                                        MavenSession context)
Stores the toolchain into build context. 
 | 
ToolchainPrivate[] getToolchainsForType(String type, MavenSession context) throws MisconfiguredToolchainException
MisconfiguredToolchainExceptionvoid storeToolchainToBuildContext(ToolchainPrivate toolchain, MavenSession context)
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.