Class SVNBasicDelegate.RepositoryReference

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

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

    Fields
    Modifier and Type
    Field
    Description
    long
     
    java.lang.String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    RepositoryReference(java.lang.String url, long rev)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • URL

      public java.lang.String URL
    • Revision

      public long Revision
  • Constructor Details

    • RepositoryReference

      public RepositoryReference(java.lang.String url, long rev)