public class SnapshotDiffReportGenerator
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static java.util.Comparator<SnapshotDiffReportListing.DiffReportListingEntry> |
INODE_COMPARATOR |
Compare two inodes based on their full names.
|
| Constructor | Description |
|---|---|
SnapshotDiffReportGenerator(java.lang.String snapshotRoot,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
boolean isFromEarlier,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> mlist,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> clist,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> dlist) |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshotDiffReport |
generateReport() |
|
void |
generateReportList() |
public static final java.util.Comparator<SnapshotDiffReportListing.DiffReportListingEntry> INODE_COMPARATOR
public SnapshotDiffReportGenerator(java.lang.String snapshotRoot,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
boolean isFromEarlier,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> mlist,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> clist,
java.util.List<SnapshotDiffReportListing.DiffReportListingEntry> dlist)
public void generateReportList()
public SnapshotDiffReport generateReport()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.