JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.eclipse.jgit.internal.diffmergetool
Interface ExternalDiffTool
All Known Implementing Classes:
PreDefinedDiffTool
,
UserDefinedDiffTool
public interface
ExternalDiffTool
The external tool interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getCommand
()
String
getName
()
String
getPath
()
Method Details
getName
String
getName
()
Returns:
the tool name
getPath
String
getPath
()
Returns:
the tool path
getCommand
String
getCommand
()
Returns:
the tool command