org.tmatesoft.svn.core.wc
Class SVNDiffOptions
java.lang.Object
org.tmatesoft.svn.core.wc.SVNDiffOptions
- public class SVNDiffOptions
- extends Object
- Version:
- 1.0
- Author:
- TMate Software Ltd.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVNDiffOptions
public SVNDiffOptions()
SVNDiffOptions
public SVNDiffOptions(boolean ignoreAllWhitespace,
boolean ignoreAmountOfWhiteSpace,
boolean ignoreEOLStyle)
isIgnoreAllWhitespace
public boolean isIgnoreAllWhitespace()
setIgnoreAllWhitespace
public void setIgnoreAllWhitespace(boolean isIgnoreAllWhitespace)
isIgnoreAmountOfWhitespace
public boolean isIgnoreAmountOfWhitespace()
setIgnoreAmountOfWhitespace
public void setIgnoreAmountOfWhitespace(boolean isIgnoreAmountOfWhitespace)
isIgnoreEOLStyle
public boolean isIgnoreEOLStyle()
setIgnoreEOLStyle
public void setIgnoreEOLStyle(boolean isIgnoreEOLStyle)
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.