Class SVNBasicDelegate.RepositoryReference

  • Enclosing class:
    SVNBasicDelegate

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

      Fields 
      Modifier and Type Field Description
      long Revision  
      java.lang.String URL  
    • 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 Detail

      • URL

        public java.lang.String URL
      • Revision

        public long Revision
    • Constructor Detail

      • RepositoryReference

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