public class SnapshotDiffReport extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SnapshotDiffReport.DiffReportEntry
Representing the full path and diff type of a file/directory where changes
have happened.
|
static class |
SnapshotDiffReport.DiffType
Types of the difference, which include CREATE, MODIFY, DELETE, and RENAME.
|
Constructor and Description |
---|
SnapshotDiffReport(String snapshotRoot,
String fromSnapshot,
String toSnapshot,
List<SnapshotDiffReport.DiffReportEntry> entryList) |
Modifier and Type | Method and Description |
---|---|
List<SnapshotDiffReport.DiffReportEntry> |
getDiffList() |
String |
getFromSnapshot() |
String |
getLaterSnapshotName() |
String |
getSnapshotRoot() |
String |
toString() |
public SnapshotDiffReport(String snapshotRoot, String fromSnapshot, String toSnapshot, List<SnapshotDiffReport.DiffReportEntry> entryList)
public String getSnapshotRoot()
snapshotRoot
public String getFromSnapshot()
fromSnapshot
public String getLaterSnapshotName()
toSnapshot
public List<SnapshotDiffReport.DiffReportEntry> getDiffList()
diffList
Copyright © 2018 Apache Software Foundation. All Rights Reserved.