Class SVNAdminClient.SessionInfo

java.lang.Object
org.tmatesoft.svn.core.wc.admin.SVNAdminClient.SessionInfo
Enclosing class:
SVNAdminClient

private class SVNAdminClient.SessionInfo extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) long
     
    (package private) SVNRepository
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SessionInfo(SVNRepository repos, long lastMergedRev)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • myRepository

      SVNRepository myRepository
    • myLastMergedRevision

      long myLastMergedRevision
  • Constructor Details

    • SessionInfo

      public SessionInfo(SVNRepository repos, long lastMergedRev)