Module org.eclipse.jgit
Interface PromptContinueHandler
public interface PromptContinueHandler
A handler for when the diff/merge tool manager wants to prompt the user
whether to continue
-
Method Summary
-
Method Details
-
prompt
Prompt the user whether to continue with the next file by opening a given tool.- Parameters:
toolName
- The name of the tool to open- Returns:
- Whether the user wants to continue
-