Interface PromptContinueHandler


public interface PromptContinueHandler
A handler for when the diff/merge tool manager wants to prompt the user whether to continue
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    prompt(String toolName)
    Prompt the user whether to continue with the next file by opening a given tool.
  • Method Details

    • 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