Package org.apache.maven.internal.impl
Class DefaultToolchainManager.ToolchainWrapper
java.lang.Object
org.apache.maven.internal.impl.DefaultToolchainManager.ToolchainWrapper
- All Implemented Interfaces:
Toolchain
- Enclosing class:
DefaultToolchainManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
toolchain
-
-
Constructor Details
-
ToolchainWrapper
ToolchainWrapper(Toolchain toolchain)
-
-
Method Details
-
getType
Description copied from interface:Toolchain
Gets the type of toolchain. -
findTool
Description copied from interface:Toolchain
Gets the platform tool executable. -
matchesRequirements
Description copied from interface:Toolchain
Let the toolchain decide if it matches requirements defined in the toolchain plugin configuration.- Specified by:
matchesRequirements
in interfaceToolchain
- Parameters:
requirements
- key value pair, may not benull
- Returns:
true
if the requirements match, otherwisefalse
-
toString
-