Class SVNBasicDelegate.SVNRepositoryLocation

java.lang.Object
org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.SVNRepositoryLocation
Enclosing class:
SVNBasicDelegate

protected static class SVNBasicDelegate.SVNRepositoryLocation extends java.lang.Object
  • Field Summary

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

    Constructors
    Constructor
    Description
    SVNRepositoryLocation(SVNURL url, long rev)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
     

    Methods inherited from class java.lang.Object

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

    • myURL

      private SVNURL myURL
    • myRevision

      private long myRevision
  • Constructor Details

    • SVNRepositoryLocation

      public SVNRepositoryLocation(SVNURL url, long rev)
  • Method Details

    • getRevisionNumber

      public long getRevisionNumber()
    • getURL

      public SVNURL getURL()