| Interface | Description |
|---|---|
| Utils.ThrowingConsumer<T,E extends java.lang.Throwable> | |
| Utils.ThrowingFunction<T,R,E extends java.lang.Throwable> | |
| Utils.ThrowingProducer<T,E extends java.lang.Throwable> | |
| Utils.ThrowingRunnable<E extends java.lang.Throwable> |
| Class | Description |
|---|---|
| CharRepresenter |
Converts Equal lines into equal single characters
and Equal single words into equal single characters.
|
| Diff |
Represents a single line Difference.
|
| FileCollector |
Created by covers1624 on 11/8/20.
|
| InputPath |
Created by covers1624 on 25/8/20.
|
| InputPath.FilePath | |
| InputPath.PipePath | |
| LineRange | |
| OutputPath |
Created by covers1624 on 25/8/20.
|
| OutputPath.FilePath | |
| OutputPath.PipePath | |
| Patch |
Also known as a Hunk
Represents a sequence of Diffs.
|
| PatchFile |
Represents a singular Patch file.
|
| Utils |
Created by covers1624 on 19/7/20.
|
| Enum | Description |
|---|---|
| Operation |
A patch operation.
|
| PatchMode |
Created by covers1624 on 11/8/20.
|
| PathType |
Created by covers1624 on 25/8/20.
|