Package org.apache.maven.internal.impl
Class DefaultToolchainsBuilder
java.lang.Object
org.apache.maven.internal.impl.DefaultToolchainsBuilder
- All Implemented Interfaces:
Service,ToolchainsBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(ToolchainsBuilderRequest request) Builds the effective toolchains of the specified toolchains files.
-
Constructor Details
-
DefaultToolchainsBuilder
-
-
Method Details
-
build
@Nonnull public ToolchainsBuilderResult build(ToolchainsBuilderRequest request) throws ToolchainsBuilderException, IllegalArgumentException Description copied from interface:ToolchainsBuilderBuilds the effective toolchains of the specified toolchains files.- Specified by:
buildin interfaceToolchainsBuilder- Parameters:
request- the toolchains building request that holds the parameters, must not benull- Returns:
- the result of the toolchains building, never
null - Throws:
ToolchainsBuilderException- if the effective toolchains could not be builtIllegalArgumentException
-