public class DaisyDiffRequest extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
DaisyDiffRequest()
Create an empty instance (Used by JAXB)
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected String older
protected String newer
protected String ignoreRegex
public DaisyDiffRequest()
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.Copyright © 2024 Gentics Software. All rights reserved.