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 org.eclipse.jgit.pgm -
-
Uses of BooleanTriState in org.eclipse.jgit.internal.diffmergetool
Fields in org.eclipse.jgit.internal.diffmergetool declared as BooleanTriState Modifier and Type Field Description private BooleanTriState
DiffToolConfig. trustExitCode
Methods in org.eclipse.jgit.internal.diffmergetool with parameters of type BooleanTriState Modifier and Type Method Description int
DiffTools. compare(java.lang.String newPath, java.lang.String oldPath, java.lang.String newId, java.lang.String oldId, java.lang.String toolName, BooleanTriState prompt, BooleanTriState gui, BooleanTriState trustExitCode)
Compare two versions of a file.java.lang.String
DiffTools. 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 BooleanTriState
BooleanTriState. valueOf(java.lang.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. -
Uses of BooleanTriState in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as BooleanTriState Modifier and Type Field Description private BooleanTriState
DiffTool. gui
private BooleanTriState
DiffTool. prompt
private BooleanTriState
DiffTool. trustExitCode
-