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