Comparison File Root Info
constructor(@Json(name = "displayPath" ) displayPath: String, @Json(name = "realPathA" ) realPathA: String? = null, @Json(name = "realPathB" ) realPathB: String? = null)
Parameters
display Path
Human-friendly representation of the path.
real Path A
The real filesystem path in build A. Null when the root is not in build A or when the real path equals displayPath.
real Path B
The real filesystem path in build B. Null when the root is not in build B or when the real path equals displayPath.