public class SnapshotDiffReportListing
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SnapshotDiffReportListing.DiffReportListingEntry |
Representing the full path and diff type of a file/directory where changes
have happened.
|
| Constructor | Description |
|---|---|
SnapshotDiffReportListing() |
|
SnapshotDiffReportListing(byte[] startPath,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> modifiedEntryList,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> createdEntryList,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> deletedEntryList,
int index,
boolean isFromEarlier) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> |
getCreateList() |
|
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> |
getDeleteList() |
|
boolean |
getIsFromEarlier() |
|
int |
getLastIndex() |
|
byte[] |
getLastPath() |
|
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> |
getModifyList() |
public SnapshotDiffReportListing()
public SnapshotDiffReportListing(byte[] startPath,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> modifiedEntryList,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> createdEntryList,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> deletedEntryList,
int index,
boolean isFromEarlier)
public java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> getModifyList()
public java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> getCreateList()
public java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> getDeleteList()
public byte[] getLastPath()
lastPathpublic int getLastIndex()
public boolean getIsFromEarlier()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.