Interface ToolchainPrivate

    • Method Detail

      • matchesRequirements

        boolean matchesRequirements​(Map<String,​String> requirements)
        Let 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:
        true if the requirements match, otherwise false
      • getModel

        ToolchainModel getModel()
        Returns:
        the original model wrapped by this interface