org.tmatesoft.svn.core.wc
public class SVNDiffOptions extends Object
Since: 1.1.0
Version: 1.1.1
| Constructor Summary | |
|---|---|
| SVNDiffOptions()
Creates a new diff options object.
| |
| SVNDiffOptions(boolean ignoreAllWhitespace, boolean ignoreAmountOfWhiteSpace, boolean ignoreEOLStyle)
Creates a new diff options object.
| |
| Method Summary | |
|---|---|
| boolean | isIgnoreAllWhitespace()
Says whether all whitespaces must be ignored while comparing files.
|
| boolean | isIgnoreAmountOfWhitespace()
Says whether amont of whitespaces must be ignored while comparing files.
|
| boolean | isIgnoreEOLStyle()
Says whether eol style must be ignored while comparing files.
|
| void | setIgnoreAllWhitespace(boolean isIgnoreAllWhitespace)
Sets whether all whitespaces must be ignored while comparing files.
|
| void | setIgnoreAmountOfWhitespace(boolean isIgnoreAmountOfWhitespace)
Sets whether number of whitespaces must be ignored while comparing files.
|
| void | setIgnoreEOLStyle(boolean isIgnoreEOLStyle)
Sets whether eol style must be ignored while comparing files.
|
SVNDiffOptions(false, false, false).Parameters: ignoreAllWhitespace controls whether whitespace differences must be ignored ignoreAmountOfWhiteSpace controls whether number of whitespaces must be ignored ignoreEOLStyle controls whether eol-marker differences must be ignored
Returns: true if ignored, otherwise false
Returns: true if ignored, otherwise false
Returns: true if ignored, otherwise false
Parameters: isIgnoreAllWhitespace controls whether whitespaces are to be ignored
Parameters: isIgnoreAmountOfWhitespace controls whether number of whitespaces is to be ignored
Parameters: isIgnoreEOLStyle controls whether eol style is to be ignored