Package org.apache.maven.toolchain
Interface ToolchainPrivate
- All Superinterfaces:
- Toolchain
- All Known Implementing Classes:
- DefaultJavaToolChain,- DefaultToolchain
a private contract between the toolchains plugin and the components.
- Author:
- mkleint
- 
Method SummaryModifier and TypeMethodDescriptiongetModel()booleanmatchesRequirements(Map<String, String> requirements) Let the toolchain decide if it matches requirements defined in the toolchain plugin configuration.
- 
Method Details- 
matchesRequirementsLet the toolchain decide if it matches requirements defined in the toolchain plugin configuration.- Parameters:
- requirements- Map<String, String> key value pair, may not be- null
- Returns:
- trueif the requirements match, otherwise- false
 
- 
getModelToolchainModel getModel()- Returns:
- the original model wrapped by this interface
 
 
-