Enum Class CommandLineDiffTool
- All Implemented Interfaces:
Serializable
,Comparable<CommandLineDiffTool>
,Constable
Pre-defined command line diff tools.
Adds same diff tools as also pre-defined in C-Git
see "git-core\mergetools\"
see links to command line parameter description for the tools
araxis bc bc3 codecompare deltawalker diffmerge diffuse ecmerge emerge examdiff guiffy gvimdiff gvimdiff2 gvimdiff3 kdiff3 kompare meld opendiff p4merge tkdiff vimdiff vimdiff2 vimdiff3 winmerge xxdiff
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
CommandLineDiffTool
(String path, String parameters) private
CommandLineDiffTool
(String path, CommandLineDiffTool from) private
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
static CommandLineDiffTool
Returns the enum constant of this class with the specified name.static CommandLineDiffTool[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
araxis
-
bc
-
bc3
-
codecompare
-
deltawalker
-
diffmerge
-
diffuse
-
ecmerge
-
emerge
-
examdiff
-
guiffy
-
gvimdiff
-
gvimdiff2
-
gvimdiff3
-
kdiff3
-
kompare
-
meld
-
opendiff
See: http://www.manpagez.com/man/1/opendiff/Hint: check the ' | cat' for the call
-
p4merge
-
tkdiff
-
vimdiff
-
vimdiff2
-
vimdiff3
-
winmerge
See: http://manual.winmerge.org/Command_line.htmlHint: check how 'mergetool_find_win32_cmd "WinMergeU.exe" "WinMerge"' works
-
xxdiff
-
-
Field Details
-
path
-
parameters
-
-
Constructor Details
-
CommandLineDiffTool
-
CommandLineDiffTool
-
CommandLineDiffTool
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getPath
- Returns:
- path
-
getParameters
- Returns:
- parameters as one string
-