| Class | Description |
|---|---|
| ArchiveBuilder |
Created by covers1624 on 22/6/24.
|
| CharRepresenter |
Converts Equal lines into equal single characters
and Equal single words into equal single characters.
|
| ConsumingOutputStream |
Created by covers1624 on 20/12/18.
|
| Diff |
Represents a single line Difference.
|
| FileCollector |
Created by covers1624 on 11/8/20.
|
| FileCollector.BinaryCollectedEntry | |
| FileCollector.CollectedEntry | |
| FileCollector.LinesCollectedEntry | |
| Input |
Represents either a
Input.SingleInput or Input.MultiInput. |
| Input.ArchiveMultiInput | |
| Input.FolderMultiInput | |
| Input.MultiInput |
Represents an input capable or providing multiple files,
such as an Archive or a Folder.
|
| Input.PathArchiveMultiInput | |
| Input.PipeArchiveMultiInput | |
| Input.SingleInput |
Represents an input with a single file source.
|
| Input.SingleInput.FromPath | |
| Input.SingleInput.FromStream | |
| Input.SingleInput.FromString | |
| LineRange | |
| Output |
Represents either a
Output.SingleOutput or Output.MultiOutput |
| Output.ArchiveMultiOutput | |
| Output.FolderMultiOutput | |
| Output.MultiOutput |
Represents an output capable of receiving multiple files,
such as an Archive or a Folder.
|
| Output.PathArchiveMultiOutput | |
| Output.PipeArchiveMultiOutput | |
| Output.SingleOutput |
Represents an output with a single file destination.
|
| Output.SingleOutput.ToPath | |
| Output.SingleOutput.ToStream | |
| 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 |
|---|---|
| LogLevel |
Created by covers1624 on 17/7/23.
|
| Operation |
A patch operation.
|
| PatchMode |
Created by covers1624 on 11/8/20.
|
| Exception | Description |
|---|---|
| IOValidationException |
Created by covers1624 on 30/5/24.
|