Uses of Class
org.eclipse.jgit.lib.internal.BooleanTriState
-
Packages that use BooleanTriState Package Description org.eclipse.jgit.internal.diffmergetool org.eclipse.jgit.lib.internal -
-
Uses of BooleanTriState in org.eclipse.jgit.internal.diffmergetool
Methods in org.eclipse.jgit.internal.diffmergetool with parameters of type BooleanTriState Modifier and Type Method Description intDiffTools. compare(String newPath, String oldPath, String newId, String oldId, String toolName, BooleanTriState prompt, BooleanTriState gui, BooleanTriState trustExitCode)Compare two versions of a file.StringDiffTools. getDefaultToolName(BooleanTriState gui) -
Uses of BooleanTriState in org.eclipse.jgit.lib.internal
Methods in org.eclipse.jgit.lib.internal that return BooleanTriState Modifier and Type Method Description static BooleanTriStateBooleanTriState. valueOf(String name)Returns the enum constant of this type with the specified name.static BooleanTriState[]BooleanTriState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-