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()UserDefinedMergeTool.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.voidPreDefinedMergeTool.setTrustExitCode(BooleanTriState trustExitCode) protected voidUserDefinedMergeTool.setTrustExitCode(BooleanTriState trustExitCode) Constructors 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 BooleanTriStateReturns 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.