Package org.apache.maven.toolchain
Class DefaultToolchainsBuilder
java.lang.Object
org.apache.maven.toolchain.DefaultToolchainsBuilder
- All Implemented Interfaces:
 ToolchainsBuilder
@Deprecated
@Named("default")
@Singleton
public class DefaultToolchainsBuilder
extends Object
implements ToolchainsBuilder
Deprecated.
- Author:
 - Benjamin Bentmann
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Builds the toolchains model from the configured toolchain files. 
- 
Constructor Details
- 
DefaultToolchainsBuilder
public DefaultToolchainsBuilder()Deprecated. 
 - 
 - 
Method Details
- 
build
Deprecated.Description copied from interface:ToolchainsBuilderBuilds the toolchains model from the configured toolchain files.- Specified by:
 buildin interfaceToolchainsBuilder- Parameters:
 userToolchainsFile- The path to the toolchains file, may benullto disable parsing.- Returns:
 - The toolchains model or 
nullif no toolchain file was configured or the configured file does not exist. - Throws:
 MisconfiguredToolchainException- If the toolchain file exists but cannot be parsed.
 
 - 
 
DefaultToolchainsBuilder