| Interface | Description |
|---|---|
| DiffSummaryLoader.Factory | |
| PatchListCache |
Provides a cached list of
PatchListEntry. |
| PatchListLoader.Factory | |
| PatchScriptFactory.Factory |
| Class | Description |
|---|---|
| AutoMerger | |
| ComparisonType | |
| DiffExecutorModule |
Module providing the
DiffExecutor. |
| DiffSummary | |
| DiffSummaryKey | |
| DiffSummaryLoader | |
| DiffSummaryWeigher |
Computes memory usage for
DiffSummary in bytes of memory used. |
| IntraLineDiff | |
| IntraLineDiffArgs | |
| IntraLineDiffKey | |
| IntraLineWeigher |
Approximates memory usage for IntralineDiff in bytes of memory used.
|
| MergeListBuilder | |
| PatchFile |
State supporting processing of a single
Patch instance. |
| PatchList | |
| PatchListCacheImpl |
Provides a cached list of
PatchListEntry. |
| PatchListCacheImpl.LargeObjectTombstone |
Used to cache negative results in
fileCache. |
| PatchListEntry | |
| PatchListKey | |
| PatchListLoader | |
| PatchListWeigher |
Approximates memory usage for PatchList in bytes of memory used.
|
| PatchScriptFactory | |
| PatchSetInfoFactory |
Factory class creating PatchSetInfo from meta-data found in Git repository.
|
| Text |
| Enum | Description |
|---|---|
| IntraLineDiff.Status | |
| PatchListKey.Algorithm |
| Exception | Description |
|---|---|
| PatchListNotAvailableException | |
| PatchListObjectTooLargeException |
Exception thrown when the PatchList could not be computed because previous attempts failed with
LargeObjectException. |
| PatchSetInfoNotAvailableException |
| Annotation Type | Description |
|---|---|
| DiffExecutor |