Interface ToolchainPrivate
- All Superinterfaces:
Toolchain
- All Known Implementing Classes:
DefaultJavaToolChain,DefaultToolchain,JavaToolchainImpl
Deprecated.
a private contract between the toolchains plugin and the components.
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()Deprecated.booleanmatchesRequirements(Map<String, String> requirements) Deprecated.Let the toolchain decide if it matches requirements defined in the toolchain plugin configuration.
-
Method Details
-
matchesRequirements
Deprecated.Let the toolchain decide if it matches requirements defined in the toolchain plugin configuration.- Parameters:
requirements- Map<String, String> key value pair, may not benull- Returns:
trueif the requirements match, otherwisefalse
-
getModel
-
Toolchaininstead.