Uses of Enum Class
org.eclipse.jgit.lib.internal.BooleanTriState
Packages that use BooleanTriState
-
Uses of BooleanTriState in org.eclipse.jgit.internal.diffmergetool
Methods in org.eclipse.jgit.internal.diffmergetool that return BooleanTriStateModifier and TypeMethodDescriptionExternalMergeTool.getTrustExitCode()
Get the tool "trust exit code" optionUserDefinedMergeTool.getTrustExitCode()
Methods in org.eclipse.jgit.internal.diffmergetool with parameters of type BooleanTriStateModifier and TypeMethodDescriptionDiffTools.compare
(FileElement localFile, FileElement remoteFile, Optional<String> toolName, BooleanTriState prompt, boolean gui, BooleanTriState trustExitCode, PromptContinueHandler promptHandler, InformNoToolHandler noToolHandler) Compare two versions of a file.MergeTools.merge
(FileElement localFile, FileElement remoteFile, FileElement mergedFile, FileElement baseFile, File tempDir, Optional<String> toolName, BooleanTriState prompt, boolean gui, PromptContinueHandler promptHandler, InformNoToolHandler noToolHandler) Merge two versions of a file with optional base file.void
PreDefinedMergeTool.setTrustExitCode
(BooleanTriState trustExitCode) protected void
UserDefinedMergeTool.setTrustExitCode
(BooleanTriState trustExitCode) Set "trust exit code" flagConstructors in org.eclipse.jgit.internal.diffmergetool with parameters of type BooleanTriStateModifierConstructorDescriptionPreDefinedMergeTool
(String name, String path, String parametersWithBase, String parametersWithoutBase, BooleanTriState trustExitCode) Creates the pre-defined merge toolUserDefinedMergeTool
(String name, String path, String cmd, BooleanTriState trustExitCode) Creates the merge tool -
Uses of BooleanTriState in org.eclipse.jgit.lib.internal
Methods in org.eclipse.jgit.lib.internal that return BooleanTriStateModifier and TypeMethodDescriptionstatic BooleanTriState
Returns the enum constant of this class with the specified name.static BooleanTriState[]
BooleanTriState.values()
Returns an array containing the constants of this enum class, in the order they are declared.