Module org.eclipse.jgit
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
-
Method Details
-
inform
Inform the user, that no tool is configured and that one of the given tools is used.- Parameters:
toolNames
- The tools which are tried
-