java.lang.Object
org.eclipse.jgit.internal.diffmergetool.MergeToolConfig
Keeps track of merge tool related configuration options.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Config.SectionParser<MergeToolConfig>Key forConfig.get(SectionParser). -
Method Summary
-
Field Details
-
KEY
Key forConfig.get(SectionParser).
-
-
Method Details
-
getDefaultToolName
- Returns:
- the default merge tool name (merge.tool)
-
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
-
getTools
- Returns:
- the tools map
-
getToolNames
- Returns:
- the tool names
-