|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.svn.core.wc.SVNDiffOptions
The SVNDiffOptions class is used to contain some rules for controlling the result of comparing two files. Such rules are used in diff/merge/annotate operations when it's necessary to say whether a file should be or should not be considered as changed.
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVNDiffOptions()
SVNDiffOptions(false, false, false)
.
public SVNDiffOptions(boolean ignoreAllWhitespace, boolean ignoreAmountOfWhiteSpace, boolean ignoreEOLStyle)
ignoreAllWhitespace
- controls whether whitespace differences must be ignoredignoreAmountOfWhiteSpace
- controls whether number of whitespaces must be ignoredignoreEOLStyle
- controls whether eol-marker differences must be ignoredMethod Detail |
public boolean isIgnoreAllWhitespace()
public void setIgnoreAllWhitespace(boolean isIgnoreAllWhitespace)
isIgnoreAllWhitespace
- controls whether whitespaces are to
be ignoredpublic boolean isIgnoreAmountOfWhitespace()
public void setIgnoreAmountOfWhitespace(boolean isIgnoreAmountOfWhitespace)
isIgnoreAmountOfWhitespace
- controls whether number of whitespaces is
to be ignoredpublic boolean isIgnoreEOLStyle()
public void setIgnoreEOLStyle(boolean isIgnoreEOLStyle)
isIgnoreEOLStyle
- controls whether eol style is
to be ignored
|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |