Uses of Enum Class
org.eclipse.jgit.lib.internal.BooleanTriState
Packages that use BooleanTriState
Package
Description
-
Uses of BooleanTriState in org.eclipse.jgit.internal.diffmergetool
Fields in org.eclipse.jgit.internal.diffmergetool declared as BooleanTriStateMethods in org.eclipse.jgit.internal.diffmergetool with parameters of type BooleanTriStateModifier and TypeMethodDescriptionintDiffTools.compare(String newPath, String oldPath, String newId, String oldId, String toolName, BooleanTriState prompt, BooleanTriState gui, BooleanTriState trustExitCode) Compare two versions of a file.DiffTools.getDefaultToolName(BooleanTriState gui) -
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. -
Uses of BooleanTriState in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as BooleanTriStateModifier and TypeFieldDescriptionprivate BooleanTriStateDiffTool.guiprivate BooleanTriStateDiffTool.promptprivate BooleanTriStateDiffTool.trustExitCode