Class DiffOptions

java.lang.Object
org.apache.subversion.javahl.types.DiffOptions

public class DiffOptions extends java.lang.Object
Options that control the output of ISVNClient#diff.
Since:
1.8
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • flags

      private final int flags
  • Constructor Details

    • DiffOptions

      public DiffOptions(DiffOptions.Flag... flagset)
      Parameters:
      flagset - any combination of the Flag enumeration values.
  • Method Details

    • getIgnoreWhitespace

      public boolean getIgnoreWhitespace()
      Returns:
      whether IgnoreWhitespace is enabled
    • getIgnoreSpaceChange

      public boolean getIgnoreSpaceChange()
      Returns:
      whether IgnoreSpaceChange is enabled
    • getIgnoreEOLStyle

      public boolean getIgnoreEOLStyle()
      Returns:
      whether IgnoreEOLStyle is enabled
    • getShowFunction

      public boolean getShowFunction()
      Returns:
      whether ShowFunction is enabled
    • getGitFormat

      public boolean getGitFormat()
      Returns:
      whether GitFormat is enabled