public interface DiffToolSubstitutor
SuppressiveDiffTool to keep existing tool order intact.
Ex: it is possible to override SimpleDiffTool for some requests,
without disturbing SimpleDiffTool vs UnifiedDiffTool priority.
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<DiffToolSubstitutor> |
EP_NAME |
| Modifier and Type | Method and Description |
|---|---|
DiffTool |
getReplacement(DiffTool tool,
DiffContext context,
DiffRequest request) |
static final ExtensionPointName<DiffToolSubstitutor> EP_NAME
DiffTool getReplacement(DiffTool tool, DiffContext context, DiffRequest request)