Interface InformNoToolHandler


public interface InformNoToolHandler
A handler for when the diff/merge tool manager wants to inform the user that no tool has been configured and one of the default tools will be used.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    inform(List<String> toolNames)
    Inform the user, that no tool is configured and that one of the given tools is used.
  • Method Details

    • inform

      void inform(List<String> toolNames)
      Inform the user, that no tool is configured and that one of the given tools is used.
      Parameters:
      toolNames - The tools which are tried