|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.request.DaisyDiffRequest
public class DaisyDiffRequest
Class representing a daisyDiff request sent to DiffResource. Encapsulates request data.
Field Summary | |
---|---|
protected String |
ignoreRegex
Regex of content to be ignored while diffing |
protected String |
newer
Newer version of a HTML document to be diff'ed |
protected String |
older
Older version of a HTML document to be diff'ed |
Constructor Summary | |
---|---|
DaisyDiffRequest()
Create an empty instance (Used by JAXB) |
Method Summary | |
---|---|
String |
getIgnoreRegex()
Return the ignore regex that will be used to sanitize the content before the diff is invoked. |
String |
getNewer()
Get the newer version of the html document to be diff'ed. |
String |
getOlder()
Get the older version of the html document to be diff'ed. |
void |
setIgnoreRegex(String ignoreRegex)
Return the ignore regex that will be used to sanitize the content before the diff is invoked. |
void |
setNewer(String newer)
Set the newer version of the html document to be diff'ed. |
void |
setOlder(String older)
Set the older version of the html document to be diff'ed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String older
protected String newer
protected String ignoreRegex
Constructor Detail |
---|
public DaisyDiffRequest()
Method Detail |
---|
public String getOlder()
public void setOlder(String older)
older
- the older version of the HTML document to diffpublic String getNewer()
public void setNewer(String newer)
newer
- the newer version of the HTML document to diffpublic String getIgnoreRegex()
public void setIgnoreRegex(String ignoreRegex)
ignoreRegex
- the Regex of content to be ignored while diffing. May be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |