JavaSVN Home

org.tmatesoft.svn.core.wc
Class SVNDiffOptions

java.lang.Object
  extended byorg.tmatesoft.svn.core.wc.SVNDiffOptions

public class SVNDiffOptions
extends Object

Version:
1.0
Author:
TMate Software Ltd.

Constructor Summary
SVNDiffOptions()
           
SVNDiffOptions(boolean ignoreAllWhitespace, boolean ignoreAmountOfWhiteSpace, boolean ignoreEOLStyle)
           
 
Method Summary
 boolean isIgnoreAllWhitespace()
           
 boolean isIgnoreAmountOfWhitespace()
           
 boolean isIgnoreEOLStyle()
           
 void setIgnoreAllWhitespace(boolean isIgnoreAllWhitespace)
           
 void setIgnoreAmountOfWhitespace(boolean isIgnoreAmountOfWhitespace)
           
 void setIgnoreEOLStyle(boolean isIgnoreEOLStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNDiffOptions

public SVNDiffOptions()

SVNDiffOptions

public SVNDiffOptions(boolean ignoreAllWhitespace,
                      boolean ignoreAmountOfWhiteSpace,
                      boolean ignoreEOLStyle)
Method Detail

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)

JavaSVN Home

Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.