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:ToolchainGets the type of toolchain. -
findTool
Description copied from interface:ToolchainGets the platform tool executable. -
matchesRequirements
Description copied from interface:ToolchainLet the toolchain decide if it matches requirements defined in the toolchain plugin configuration.- Specified by:
matchesRequirementsin interfaceToolchain- Parameters:
requirements- key value pair, may not benull- Returns:
trueif the requirements match, otherwisefalse
-
toString
-