Class SVNMergeDriver.MergeSource

java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNMergeDriver.MergeSource
Enclosing class:
SVNMergeDriver

protected class SVNMergeDriver.MergeSource extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private long
     
    private long
     
    private SVNURL
     
    private SVNURL
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
     
     

    Methods inherited from class java.lang.Object

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

    • myURL1

      private SVNURL myURL1
    • myRevision1

      private long myRevision1
    • myURL2

      private SVNURL myURL2
    • myRevision2

      private long myRevision2
  • Constructor Details

    • MergeSource

      protected MergeSource()
  • Method Details

    • getURL1

      public SVNURL getURL1()
    • getURL2

      public SVNURL getURL2()
    • getRevision1

      public long getRevision1()
    • getRevision2

      public long getRevision2()