Package org.apache.maven.toolchain
Interface ToolchainPrivate
-
- All Superinterfaces:
Toolchain
- All Known Implementing Classes:
DefaultJavaToolChain,DefaultToolchain
public interface ToolchainPrivate extends Toolchain
a private contract between the toolchains plugin and the components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToolchainModelgetModel()booleanmatchesRequirements(java.util.Map requirements)Let the toolchain decide if it matches requirements defined in the toolchain plugin configuration.
-
-
-
Method Detail
-
matchesRequirements
boolean matchesRequirements(java.util.Map requirements)
Let the toolchain decide if it matches requirements defined in the toolchain plugin configuration.- Parameters:
requirements- Mapkey value pair - Returns:
-
getModel
ToolchainModel getModel()
-
-