Class MergeToolConfig


  • public class MergeToolConfig
    extends Object
    Keeps track of merge tool related configuration options.
    • Method Detail

      • getDefaultToolName

        public String getDefaultToolName()
        Returns:
        the default merge tool name (merge.tool)
      • getDefaultGuiToolName

        public String getDefaultGuiToolName()
        Returns:
        the default GUI merge tool name (merge.guitool)
      • isPrompt

        public boolean isPrompt()
        Returns:
        the merge tool "prompt" option (mergetool.prompt)
      • isKeepBackup

        public boolean isKeepBackup()
        Returns:
        the tool "keep backup" option
      • isKeepTemporaries

        public boolean isKeepTemporaries()
        Returns:
        the tool "keepTemporaries" option
      • isWriteToTemp

        public boolean isWriteToTemp()
        Returns:
        the tool "write to temp" option
      • getToolNames

        public Set<String> getToolNames()
        Returns:
        the tool names