Package org.eclipse.jgit.pgm.debug
Class DiffAlgorithms.Algorithm
- java.lang.Object
-
- org.eclipse.jgit.pgm.debug.DiffAlgorithms.Algorithm
-
- Enclosing class:
- DiffAlgorithms
private abstract static class DiffAlgorithms.Algorithm extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
name
-
Constructor Summary
Constructors Modifier Constructor Description private
Algorithm()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract DiffAlgorithm
create()
-
-
-
Method Detail
-
create
abstract DiffAlgorithm create()
-
-