Module org.eclipse.jgit
Interface PromptContinueHandler
-
public interface PromptContinueHandlerA handler for when the diff/merge tool manager wants to prompt the user whether to continue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanprompt(String toolName)Prompt the user whether to continue with the next file by opening a given tool.
-
-
-
Method Detail
-
prompt
boolean prompt(String toolName)
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
-
-