public static class SnapshotDiffReportListing.DiffReportListingEntry extends Object
Constructor and Description |
---|
DiffReportListingEntry(long dirId,
long fileId,
byte[][] sourcePath,
boolean isReference,
byte[][] targetPath) |
DiffReportListingEntry(long dirId,
long fileId,
byte[] sourcePath,
boolean isReference,
byte[] targetpath) |
Modifier and Type | Method and Description |
---|---|
long |
getDirId() |
long |
getFileId() |
byte[][] |
getSourcePath() |
byte[][] |
getTargetPath() |
boolean |
isReference() |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.