public class GitGuiPaths
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
diff_exe
Difftool, should be written with \ because it is used as Windows cmd invocation.
|
(package private) java.io.File |
dirTemp1 |
(package private) java.io.File |
dirTemp2 |
java.util.List<java.lang.String> |
env
Can contain "name=value" or "name=value+" for additional environments.
|
java.lang.String |
gitsh_exe
The git linux shell, should be written with /
|
Constructor and Description |
---|
GitGuiPaths() |
public java.lang.String gitsh_exe
public java.lang.String diff_exe
java.io.File dirTemp1
java.io.File dirTemp2
public java.util.List<java.lang.String> env