public class DiffData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
errorMsg
error message to show, if diffs are not available
|
java.lang.String[][] |
file
the content of the original and new file line-by-line corresponding
with
rev |
java.lang.String |
filename
the HTML escaped filename used
|
boolean |
full
If
true a full diff is desired (request parameter full=1 |
FileAnalyzer.Genre |
genre
the genre of the requested diff
|
java.lang.String[] |
param
the URI encoded parameter values of the request.
|
java.lang.String |
path
the directory which contains the given file wrt.
|
java.lang.String[] |
rev
the revision names extracted from
param |
org.apache.commons.jrcs.diff.Revision |
revision
the orignal and new revision container
|
DiffType |
type
How should the data be displayed (request parameter
format |
| Constructor and Description |
|---|
DiffData() |
public java.lang.String path
public java.lang.String filename
public FileAnalyzer.Genre genre
public org.apache.commons.jrcs.diff.Revision revision
public java.lang.String[] param
param[0]
belongs to r1, param[1] to r2.public java.lang.String[] rev
parampublic java.lang.String[][] file
revpublic java.lang.String errorMsg
public boolean full
true a full diff is desired (request parameter full=1public DiffType type
format