java.lang.Object
org.eclipse.jgit.internal.diffmergetool.DiffToolConfig
Keeps track of difftool related configuration options.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Config.SectionParser<DiffToolConfig>
Key forConfig.get(SectionParser)
. -
Method Summary
-
Field Details
-
KEY
Key forConfig.get(SectionParser)
.
-
-
Method Details
-
getDefaultToolName
Get default tool name- Returns:
- the default diff tool name (diff.tool)
-
getDefaultGuiToolName
Get default GUI tool name- Returns:
- the default GUI diff tool name (diff.guitool)
-
isPrompt
public boolean isPrompt()Get difftool.prompt option- Returns:
- the diff tool "prompt" option (difftool.prompt)
-
isTrustExitCode
public boolean isTrustExitCode()Get difftool.trustExitCode option- Returns:
- the diff tool "trust exit code" option (difftool.trustExitCode)
-
getTools
Get tools map- Returns:
- the tools map
-
getToolNames
Get tool names- Returns:
- the tool names
-